Class OpenBankShippingInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.OpenBankShippingInfo
-
public class OpenBankShippingInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OpenBankShippingInfo()OpenBankShippingInfo(OpenBankShippingInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddressOne()Get 收货地址1StringgetAddressTwo()Get 收货地址2StringgetCity()Get 收货地址所在城市StringgetCountry()Get 使用ISO-3166-1标准中的两位字母编码StringgetFirstName()Get 收货人名字StringgetLastName()Get 收货人姓氏StringgetPhone()Get 收货联系电话StringgetState()Get 收货地址所在州,当国家是美国或加拿大时,使用ISO-3166-2:US或ISO -3166-2:CA 中该 国家地区编码标准中的两位字母编码StringgetZipCode()Get 收货地址邮编voidsetAddressOne(String AddressOne)Set 收货地址1voidsetAddressTwo(String AddressTwo)Set 收货地址2voidsetCity(String City)Set 收货地址所在城市voidsetCountry(String Country)Set 使用ISO-3166-1标准中的两位字母编码voidsetFirstName(String FirstName)Set 收货人名字voidsetLastName(String LastName)Set 收货人姓氏voidsetPhone(String Phone)Set 收货联系电话voidsetState(String State)Set 收货地址所在州,当国家是美国或加拿大时,使用ISO-3166-2:US或ISO -3166-2:CA 中该 国家地区编码标准中的两位字母编码voidsetZipCode(String ZipCode)Set 收货地址邮编voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OpenBankShippingInfo
public OpenBankShippingInfo()
-
OpenBankShippingInfo
public OpenBankShippingInfo(OpenBankShippingInfo 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.
-
-
Method Detail
-
getFirstName
public String getFirstName()
Get 收货人名字- Returns:
- FirstName 收货人名字
-
setFirstName
public void setFirstName(String FirstName)
Set 收货人名字- Parameters:
FirstName- 收货人名字
-
getLastName
public String getLastName()
Get 收货人姓氏- Returns:
- LastName 收货人姓氏
-
setLastName
public void setLastName(String LastName)
Set 收货人姓氏- Parameters:
LastName- 收货人姓氏
-
getAddressOne
public String getAddressOne()
Get 收货地址1- Returns:
- AddressOne 收货地址1
-
setAddressOne
public void setAddressOne(String AddressOne)
Set 收货地址1- Parameters:
AddressOne- 收货地址1
-
getAddressTwo
public String getAddressTwo()
Get 收货地址2- Returns:
- AddressTwo 收货地址2
-
setAddressTwo
public void setAddressTwo(String AddressTwo)
Set 收货地址2- Parameters:
AddressTwo- 收货地址2
-
getCity
public String getCity()
Get 收货地址所在城市- Returns:
- City 收货地址所在城市
-
setCity
public void setCity(String City)
Set 收货地址所在城市- Parameters:
City- 收货地址所在城市
-
getState
public String getState()
Get 收货地址所在州,当国家是美国或加拿大时,使用ISO-3166-2:US或ISO -3166-2:CA 中该 国家地区编码标准中的两位字母编码- Returns:
- State 收货地址所在州,当国家是美国或加拿大时,使用ISO-3166-2:US或ISO -3166-2:CA 中该 国家地区编码标准中的两位字母编码
-
setState
public void setState(String State)
Set 收货地址所在州,当国家是美国或加拿大时,使用ISO-3166-2:US或ISO -3166-2:CA 中该 国家地区编码标准中的两位字母编码- Parameters:
State- 收货地址所在州,当国家是美国或加拿大时,使用ISO-3166-2:US或ISO -3166-2:CA 中该 国家地区编码标准中的两位字母编码
-
getCountry
public String getCountry()
Get 使用ISO-3166-1标准中的两位字母编码- Returns:
- Country 使用ISO-3166-1标准中的两位字母编码
-
setCountry
public void setCountry(String Country)
Set 使用ISO-3166-1标准中的两位字母编码- Parameters:
Country- 使用ISO-3166-1标准中的两位字母编码
-
getZipCode
public String getZipCode()
Get 收货地址邮编- Returns:
- ZipCode 收货地址邮编
-
setZipCode
public void setZipCode(String ZipCode)
Set 收货地址邮编- Parameters:
ZipCode- 收货地址邮编
-
getPhone
public String getPhone()
Get 收货联系电话- Returns:
- Phone 收货联系电话
-
setPhone
public void setPhone(String Phone)
Set 收货联系电话- Parameters:
Phone- 收货联系电话
-
-