Class WebImage

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

  • public final class WebImage
    extends java.lang.Object

    Contains image information and direct link to it.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      WebSource source
      Detailed information about image source.
    • Constructor Summary

      Constructors 
      Constructor Description
      WebImage​(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

      • source

        @NonNull
        public WebSource source

        Detailed information about image source.

    • Constructor Detail

      • WebImage

        public WebImage​(@NonNull
                        WebSource source)

        Creates a new instance. Sets source to the given source.

        Parameters:
        source -

        Detailed information about image source.

    • 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