PostalAddress Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- Intangible
- StructuredValue
- com.
microsoft. azure. cognitiveservices. search. entitysearch. models. PostalAddress
- com.
public class PostalAddress extends StructuredValue
Defines a postal address.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
addressCountry()
Get the addressCountry value. |
String |
addressLocality()
Get the addressLocality value. |
String |
addressRegion()
Get the addressRegion value. |
String |
addressRegionAbbreviation()
Get the addressRegionAbbreviation value. |
String |
addressSubregion()
Get the addressSubregion value. |
String |
countryIso()
Get the countryIso value. |
String |
neighborhood()
Get the neighborhood value. |
String |
postalCode()
Get the postalCode value. |
String |
postOfficeBoxNumber()
Get the postOfficeBoxNumber value. |
String |
streetAddress()
Get the streetAddress value. |
String |
text()
Get the text value. |
Inherited Members
Method Details
addressCountry
public String addressCountry()
Get the addressCountry value.
Returns:
addressLocality
public String addressLocality()
Get the addressLocality value.
Returns:
addressRegion
public String addressRegion()
Get the addressRegion value.
Returns:
addressRegionAbbreviation
public String addressRegionAbbreviation()
Get the addressRegionAbbreviation value.
Returns:
addressSubregion
public String addressSubregion()
Get the addressSubregion value.
Returns:
countryIso
public String countryIso()
Get the countryIso value.
Returns:
neighborhood
public String neighborhood()
Get the neighborhood value.
Returns:
postalCode
public String postalCode()
Get the postalCode value.
Returns:
postOfficeBoxNumber
public String postOfficeBoxNumber()
Get the postOfficeBoxNumber value.
Returns:
streetAddress
public String streetAddress()
Get the streetAddress value.
Returns:
text
public String text()
Get the text value.
Returns:
Applies to
Azure SDK for Java