Class DescribeShipperTasksRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.DescribeShipperTasksRequest
-
public class DescribeShipperTasksRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEndTime()Get 查询的结束时间戳, 毫秒StringgetShipperId()Get 投递规则IDLonggetStartTime()Get 查询的开始时间戳,支持最近3天的查询, 毫秒voidsetEndTime(Long EndTime)Set 查询的结束时间戳, 毫秒voidsetShipperId(String ShipperId)Set 投递规则IDvoidsetStartTime(Long StartTime)Set 查询的开始时间戳,支持最近3天的查询, 毫秒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
-
DescribeShipperTasksRequest
public DescribeShipperTasksRequest()
-
DescribeShipperTasksRequest
public 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.
-
-
Method Detail
-
getShipperId
public String getShipperId()
Get 投递规则ID- Returns:
- ShipperId 投递规则ID
-
setShipperId
public void setShipperId(String ShipperId)
Set 投递规则ID- Parameters:
ShipperId- 投递规则ID
-
getStartTime
public Long getStartTime()
Get 查询的开始时间戳,支持最近3天的查询, 毫秒- Returns:
- StartTime 查询的开始时间戳,支持最近3天的查询, 毫秒
-
setStartTime
public void setStartTime(Long StartTime)
Set 查询的开始时间戳,支持最近3天的查询, 毫秒- Parameters:
StartTime- 查询的开始时间戳,支持最近3天的查询, 毫秒
-
getEndTime
public Long getEndTime()
Get 查询的结束时间戳, 毫秒- Returns:
- EndTime 查询的结束时间戳, 毫秒
-
setEndTime
public void setEndTime(Long EndTime)
Set 查询的结束时间戳, 毫秒- Parameters:
EndTime- 查询的结束时间戳, 毫秒
-
-