public class DescribeShipperTasksRequest extends AbstractModel
Constructor and Description |
---|
DescribeShipperTasksRequest() |
DescribeShipperTasksRequest(DescribeShipperTasksRequest 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 |
---|---|
Long |
getEndTime()
Get 查询的结束时间戳, 毫秒
|
String |
getShipperId()
Get 投递规则ID
|
Long |
getStartTime()
Get 查询的开始时间戳,支持最近3天的查询, 毫秒
|
void |
setEndTime(Long EndTime)
Set 查询的结束时间戳, 毫秒
|
void |
setShipperId(String ShipperId)
Set 投递规则ID
|
void |
setStartTime(Long StartTime)
Set 查询的开始时间戳,支持最近3天的查询, 毫秒
|
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 DescribeShipperTasksRequest()
public DescribeShipperTasksRequest(DescribeShipperTasksRequest source)
public String getShipperId()
public void setShipperId(String ShipperId)
ShipperId
- 投递规则IDpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 查询的开始时间戳,支持最近3天的查询, 毫秒public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 查询的结束时间戳, 毫秒Copyright © 2022. All rights reserved.