public class DescribeHistoryNetworkInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeHistoryNetworkInfoRequest() |
DescribeHistoryNetworkInfoRequest(DescribeHistoryNetworkInfoRequest 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 |
getCompanyId()
Get 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取
|
String |
getEndDay()
Get 拉取结束日期,格式L:2018-09-05,超过StartDay 90天,按StartDay+90天算
|
Long |
getLimit()
Get 拉取条数,默认10
|
Long |
getOffset()
Get 拉取偏移,返回offset之后的数据
|
Long |
getShopId()
Get 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取,为0则拉取集团全部店铺当前
|
String |
getStartDay()
Get 拉取开始日期,格式:2018-09-05
|
Long |
getTime()
Get 请求时间戳
|
void |
setCompanyId(String CompanyId)
Set 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取
|
void |
setEndDay(String EndDay)
Set 拉取结束日期,格式L:2018-09-05,超过StartDay 90天,按StartDay+90天算
|
void |
setLimit(Long Limit)
Set 拉取条数,默认10
|
void |
setOffset(Long Offset)
Set 拉取偏移,返回offset之后的数据
|
void |
setShopId(Long ShopId)
Set 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取,为0则拉取集团全部店铺当前
|
void |
setStartDay(String StartDay)
Set 拉取开始日期,格式:2018-09-05
|
void |
setTime(Long Time)
Set 请求时间戳
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeHistoryNetworkInfoRequest()
public DescribeHistoryNetworkInfoRequest(DescribeHistoryNetworkInfoRequest source)
public 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,通过"指定身份标识获取客户门店列表"接口获取,为0则拉取集团全部店铺当前public String getStartDay()
public void setStartDay(String StartDay)
StartDay
- 拉取开始日期,格式:2018-09-05public String getEndDay()
public void setEndDay(String EndDay)
EndDay
- 拉取结束日期,格式L:2018-09-05,超过StartDay 90天,按StartDay+90天算public Long getLimit()
public void setLimit(Long Limit)
Limit
- 拉取条数,默认10public Long getOffset()
public void setOffset(Long Offset)
Offset
- 拉取偏移,返回offset之后的数据Copyright © 2024. All rights reserved.