Class CloudStoreInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CloudStoreInfo
-
public class CloudStoreInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloudStoreInfo()CloudStoreInfo(CloudStoreInfo 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 StringgetStoreAddress()Get 门店地址。StringgetStoreAreaCode()Get 门店地区代码。StringgetStoreDeviceId()Get 设备ID。 wechat_ecommerce渠道 - h5支付方式,此字段必填。StringgetStoreId()Get 门店ID。StringgetStoreName()Get 门店名称。voidsetStoreAddress(String StoreAddress)Set 门店地址。voidsetStoreAreaCode(String StoreAreaCode)Set 门店地区代码。voidsetStoreDeviceId(String StoreDeviceId)Set 设备ID。 wechat_ecommerce渠道 - h5支付方式,此字段必填。voidsetStoreId(String StoreId)Set 门店ID。voidsetStoreName(String StoreName)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
-
CloudStoreInfo
public CloudStoreInfo()
-
CloudStoreInfo
public CloudStoreInfo(CloudStoreInfo 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
-
getStoreId
public String getStoreId()
Get 门店ID。- Returns:
- StoreId 门店ID。
-
setStoreId
public void setStoreId(String StoreId)
Set 门店ID。- Parameters:
StoreId- 门店ID。
-
getStoreName
public String getStoreName()
Get 门店名称。- Returns:
- StoreName 门店名称。
-
setStoreName
public void setStoreName(String StoreName)
Set 门店名称。- Parameters:
StoreName- 门店名称。
-
getStoreAddress
public String getStoreAddress()
Get 门店地址。- Returns:
- StoreAddress 门店地址。
-
setStoreAddress
public void setStoreAddress(String StoreAddress)
Set 门店地址。- Parameters:
StoreAddress- 门店地址。
-
getStoreAreaCode
public String getStoreAreaCode()
Get 门店地区代码。- Returns:
- StoreAreaCode 门店地区代码。
-
setStoreAreaCode
public void setStoreAreaCode(String StoreAreaCode)
Set 门店地区代码。- Parameters:
StoreAreaCode- 门店地区代码。
-
getStoreDeviceId
public String getStoreDeviceId()
Get 设备ID。 wechat_ecommerce渠道 - h5支付方式,此字段必填。- Returns:
- StoreDeviceId 设备ID。 wechat_ecommerce渠道 - h5支付方式,此字段必填。
-
setStoreDeviceId
public void setStoreDeviceId(String StoreDeviceId)
Set 设备ID。 wechat_ecommerce渠道 - h5支付方式,此字段必填。- Parameters:
StoreDeviceId- 设备ID。 wechat_ecommerce渠道 - h5支付方式,此字段必填。
-
-