public class CloudStoreInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getStoreAddress()
Get 门店地址。
|
String |
getStoreAreaCode()
Get 门店地区代码。
|
String |
getStoreDeviceId()
Get 设备ID。
wechat_ecommerce渠道 - h5支付方式,此字段必填。
|
String |
getStoreId()
Get 门店ID。
|
String |
getStoreName()
Get 门店名称。
|
void |
setStoreAddress(String StoreAddress)
Set 门店地址。
|
void |
setStoreAreaCode(String StoreAreaCode)
Set 门店地区代码。
|
void |
setStoreDeviceId(String StoreDeviceId)
Set 设备ID。
wechat_ecommerce渠道 - h5支付方式,此字段必填。
|
void |
setStoreId(String StoreId)
Set 门店ID。
|
void |
setStoreName(String StoreName)
Set 门店名称。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CloudStoreInfo()
public CloudStoreInfo(CloudStoreInfo source)
public String getStoreId()
public void setStoreId(String StoreId)
StoreId
- 门店ID。public String getStoreName()
public void setStoreName(String StoreName)
StoreName
- 门店名称。public String getStoreAddress()
public void setStoreAddress(String StoreAddress)
StoreAddress
- 门店地址。public String getStoreAreaCode()
public void setStoreAreaCode(String StoreAreaCode)
StoreAreaCode
- 门店地区代码。public String getStoreDeviceId()
public void setStoreDeviceId(String StoreDeviceId)
StoreDeviceId
- 设备ID。
wechat_ecommerce渠道 - h5支付方式,此字段必填。Copyright © 2022. All rights reserved.