public class DescribeNetworkInfoRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeNetworkInfoRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyId()
Get 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取
|
Long |
getShopId()
Get 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取,不填则拉取集团全部店铺当前
|
Long |
getTime()
Get 请求时间戳
|
void |
setCompanyId(String CompanyId)
Set 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取
|
void |
setShopId(Long ShopId)
Set 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取,不填则拉取集团全部店铺当前
|
void |
setTime(Long Time)
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, toJsonStringpublic Long getTime()
public void setTime(Long Time)
Time - 请求时间戳public String getCompanyId()
public void setCompanyId(String CompanyId)
CompanyId - 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取public Long getShopId()
public void setShopId(Long ShopId)
ShopId - 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取,不填则拉取集团全部店铺当前Copyright © 2020. All rights reserved.