Hotel Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- Place
- LocalBusiness
- LodgingBusiness
- com.
microsoft. azure. cognitiveservices. search. entitysearch. models. Hotel
- com.
public class Hotel extends LodgingBusiness
The Hotel model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
amenities()
Get the amenities value. |
String |
hotelClass()
Get the hotelClass value. |
Inherited Members
Place.address()
Thing.bingId()
Response.contractualRules()
Thing.description()
Thing.entityPresentationInfo()
Identifiable.id()
Thing.image()
LocalBusiness.isPermanentlyClosed()
Thing.name()
LocalBusiness.panoramas()
LocalBusiness.priceRange()
LocalBusiness.tagLine()
Place.telephone()
Thing.url()
Response.webSearchUrl()
Method Details
amenities
public List
Get the amenities value.
Returns:
the amenities value
hotelClass
public String hotelClass()
Get the hotelClass value.
Returns:
the hotelClass value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java