PostalAddress 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. Intangible - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. StructuredValue - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. PostalAddress
- com.
- com.
- com.
- com.
- com.
- com.
- com.
public class PostalAddress
extends StructuredValue
Defines a postal address.
Constructor Summary
Constructor | Description | |
---|---|---|
PostalAddress() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
addressCountry()
Get the address |
java.lang.String |
addressLocality()
Get the address |
java.lang.String |
addressRegion()
Get the address |
java.lang.String |
addressRegionAbbreviation()
Get the address |
java.lang.String |
addressSubregion()
Get the address |
java.lang.String |
countryIso()
Get the country |
java.lang.String |
neighborhood()
Get the neighborhood value. |
java.lang.String |
postOfficeBoxNumber()
Get the post |
java.lang.String |
postalCode()
Get the postal |
java.lang.String |
streetAddress()
Get the street |
java.lang.String |
text()
Get the text value. |
Methods inherited from Identifiable
Methods inherited from Response
Methods inherited from Thing
Methods inherited from java.lang.Object
Constructor Details
PostalAddress
public PostalAddress()
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:
postOfficeBoxNumber
public String postOfficeBoxNumber()
Get the postOfficeBoxNumber value.
Returns:
postalCode
public String postalCode()
Get the postalCode 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