public class AddressValidationInfo
extends java.lang.Object
Constructor and Description |
---|
AddressValidationInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCity()
Getter for city
City component of the address
|
java.lang.String |
getCountry()
Getter for country
Name or ISO 3166 code identifying the country.
|
java.math.BigDecimal |
getLatitude()
Getter for latitude
Geospatial latitude measurement, in Decimal Degrees floating point format.
|
java.lang.String |
getLine1()
Getter for line1
First line of the street address
|
java.lang.String |
getLine2()
Getter for line2
Second line of the street address
|
java.lang.String |
getLine3()
Getter for line3
Third line of the street address
|
java.math.BigDecimal |
getLongitude()
Getter for longitude
Geospatial longitude measurement, in Decimal Degrees floating point format.
|
java.lang.String |
getPostalCode()
Getter for postalCode
Postal Code / Zip Code component of the address.
|
java.lang.String |
getRegion()
Getter for region
Name or ISO 3166 code identifying the region within the country.
|
TextCase |
getTextCase()
Getter for textCase
Specify the text case for the validated address result.
|
void |
setCity(java.lang.String value)
Setter for city
City component of the address
|
void |
setCountry(java.lang.String value)
Setter for country
Name or ISO 3166 code identifying the country.
|
void |
setLatitude(java.math.BigDecimal value)
Setter for latitude
Geospatial latitude measurement, in Decimal Degrees floating point format.
|
void |
setLine1(java.lang.String value)
Setter for line1
First line of the street address
|
void |
setLine2(java.lang.String value)
Setter for line2
Second line of the street address
|
void |
setLine3(java.lang.String value)
Setter for line3
Third line of the street address
|
void |
setLongitude(java.math.BigDecimal value)
Setter for longitude
Geospatial longitude measurement, in Decimal Degrees floating point format.
|
void |
setPostalCode(java.lang.String value)
Setter for postalCode
Postal Code / Zip Code component of the address.
|
void |
setRegion(java.lang.String value)
Setter for region
Name or ISO 3166 code identifying the region within the country.
|
void |
setTextCase(TextCase value)
Setter for textCase
Specify the text case for the validated address result.
|
java.lang.String |
toString()
Returns a JSON string representation of AddressValidationInfo
|
public TextCase getTextCase()
public void setTextCase(TextCase value)
public java.lang.String getLine1()
public void setLine1(java.lang.String value)
public java.lang.String getLine2()
public void setLine2(java.lang.String value)
public java.lang.String getLine3()
public void setLine3(java.lang.String value)
public java.lang.String getCity()
public void setCity(java.lang.String value)
public java.lang.String getRegion()
public void setRegion(java.lang.String value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String value)
public java.math.BigDecimal getLatitude()
public void setLatitude(java.math.BigDecimal value)
public java.math.BigDecimal getLongitude()
public void setLongitude(java.math.BigDecimal value)
public java.lang.String toString()
toString
in class java.lang.Object