• java.lang.Object
    • com.here.sdk.search.WebEditorial

  • public final class WebEditorial
    extends java.lang.Object

    Contains information about editorial article and a link to it.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String description
      Content of the editorial.
      java.lang.String language
      Information about language in which edtitorial was written.
      WebSource source
      Detailed information about editorial article.
    • Constructor Summary

      Constructors 
      Constructor Description
      WebEditorial()
      Creates a new instance.
      WebEditorial​(java.lang.String description, java.lang.String language, WebSource source)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • description

        @NonNull
        public java.lang.String description

        Content of the editorial.

      • language

        @NonNull
        public java.lang.String language

        Information about language in which edtitorial was written.

      • source

        @NonNull
        public WebSource source

        Detailed information about editorial article.

    • Constructor Detail

      • WebEditorial

        public WebEditorial​(@NonNull
                            java.lang.String description,
                            @NonNull
                            java.lang.String language,
                            @NonNull
                            WebSource source)

        Creates a new instance.

        Parameters:
        description -

        Content of the editorial.

        language -

        Information about language in which edtitorial was written.

        source -

        Detailed information about editorial article.

      • WebEditorial

        public WebEditorial()

        Creates a new instance.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object