Airport Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- Place
- CivicStructure
- com.
microsoft. azure. cognitiveservices. search. entitysearch. models. Airport
- com.
public class Airport extends CivicStructure
The Airport model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
iataCode()
Get the iataCode value. |
String |
icaoCode()
Get the icaoCode value. |
Inherited Members
Place.address()
Thing.bingId()
Response.contractualRules()
Thing.description()
Thing.entityPresentationInfo()
Identifiable.id()
Thing.image()
Thing.name()
Place.telephone()
Thing.url()
Response.webSearchUrl()
Method Details
iataCode
public String iataCode()
Get the iataCode value.
Returns:
the iataCode value
icaoCode
public String icaoCode()
Get the icaoCode value.
Returns:
the icaoCode 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