Class OpenBankStoreInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.OpenBankStoreInfo
-
public class OpenBankStoreInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OpenBankStoreInfo()OpenBankStoreInfo(OpenBankStoreInfo 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 StringgetAddress()Get 详细地址StringgetAreaCode()Get 地区编码StringgetId()Get 门店编号StringgetName()Get 门店名称voidsetAddress(String Address)Set 详细地址voidsetAreaCode(String AreaCode)Set 地区编码voidsetId(String Id)Set 门店编号voidsetName(String Name)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
-
OpenBankStoreInfo
public OpenBankStoreInfo()
-
OpenBankStoreInfo
public OpenBankStoreInfo(OpenBankStoreInfo 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
-
getName
public String getName()
Get 门店名称- Returns:
- Name 门店名称
-
setName
public void setName(String Name)
Set 门店名称- Parameters:
Name- 门店名称
-
getAreaCode
public String getAreaCode()
Get 地区编码- Returns:
- AreaCode 地区编码
-
setAreaCode
public void setAreaCode(String AreaCode)
Set 地区编码- Parameters:
AreaCode- 地区编码
-
getAddress
public String getAddress()
Get 详细地址- Returns:
- Address 详细地址
-
setAddress
public void setAddress(String Address)
Set 详细地址- Parameters:
Address- 详细地址
-
getId
public String getId()
Get 门店编号- Returns:
- Id 门店编号
-
setId
public void setId(String Id)
Set 门店编号- Parameters:
Id- 门店编号
-
-