public class Address extends AbstractModel
header, skipSign
Constructor and Description |
---|
Address() |
Address(Address source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCity()
Get City.
|
String |
getCountry()
Get Nationality.
|
String |
getFormattedAddress()
Get Complete address.
|
String |
getLineFive()
Get The fifth line of address.
|
String |
getLineFour()
Get The fourth line of address.
|
String |
getLineOne()
Get The first line of address.
|
String |
getLineThree()
Get The third line of address.
|
String |
getLineTwo()
Get The second line of address.
|
String |
getPostalCode()
Get Post code.
|
String |
getSubdivision()
Get Subregion.
|
void |
setCity(String City)
Set City.
|
void |
setCountry(String Country)
Set Nationality.
|
void |
setFormattedAddress(String FormattedAddress)
Set Complete address.
|
void |
setLineFive(String LineFive)
Set The fifth line of address.
|
void |
setLineFour(String LineFour)
Set The fourth line of address.
|
void |
setLineOne(String LineOne)
Set The first line of address.
|
void |
setLineThree(String LineThree)
Set The third line of address.
|
void |
setLineTwo(String LineTwo)
Set The second line of address.
|
void |
setPostalCode(String PostalCode)
Set Post code.
|
void |
setSubdivision(String Subdivision)
Set Subregion.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Address()
public Address(Address source)
public String getCountry()
public void setCountry(String Country)
Country
- Nationality.public String getPostalCode()
public void setPostalCode(String PostalCode)
PostalCode
- Post code.public String getSubdivision()
public void setSubdivision(String Subdivision)
Subdivision
- Subregion.public String getCity()
public void setCity(String City)
City
- City.public String getFormattedAddress()
public void setFormattedAddress(String FormattedAddress)
FormattedAddress
- Complete address.public String getLineOne()
public void setLineOne(String LineOne)
LineOne
- The first line of address.public String getLineTwo()
public void setLineTwo(String LineTwo)
LineTwo
- The second line of address.public String getLineThree()
public void setLineThree(String LineThree)
LineThree
- The third line of address.public String getLineFour()
public void setLineFour(String LineFour)
LineFour
- The fourth line of address.public String getLineFive()
public void setLineFive(String LineFive)
LineFive
- The fifth line of address.Copyright © 2024. All rights reserved.