Hotel Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. ResponseBase - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. Identifiable - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. Response - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. Thing - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. Place - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. LocalBusiness - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. LodgingBusiness - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. Hotel
- com.
- com.
- com.
- com.
- com.
- com.
- com.
- com.
public class Hotel
extends LodgingBusiness
The Hotel model.
Constructor Summary
Constructor | Description | |
---|---|---|
Hotel() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
amenities()
Get the amenities value. |
java.lang.String |
hotelClass()
Get the hotel |
Methods inherited from Identifiable
Methods inherited from LocalBusiness
Methods inherited from Place
Methods inherited from Response
Methods inherited from Thing
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
Hotel
public Hotel()
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