Class WebDetails

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

  • public final class WebDetails
    extends java.lang.Object

    Contains information about images, editorials, rating and a urls to them.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<WebEditorial> editorials
      The list of editorials associated with the place.
      java.util.List<WebImage> images
      The list of images associated with the place.
      java.util.List<WebRating> ratings
      The list of ratings associated with the place.
    • Constructor Summary

      Constructors 
      Constructor Description
      WebDetails()
      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

      • images

        @NonNull
        public java.util.List<WebImage> images

        The list of images associated with the place. The images are provided by external suppliers and are only available to users with valid contracts with said suppliers. If the user has no such contracts, the list is empty.

      • editorials

        @NonNull
        public java.util.List<WebEditorial> editorials

        The list of editorials associated with the place. The editorials are provided by external suppliers and are only available to users with valid contracts with said suppliers. If the user has no such contracts, the list is empty.

      • ratings

        @NonNull
        public java.util.List<WebRating> ratings

        The list of ratings associated with the place. The ratings are provided by external suppliers and are only available to users with valid contracts with said suppliers. If the user has no such contracts, the list is empty.

    • Constructor Detail

      • WebDetails

        public WebDetails()

        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