Class RetryShipperTaskRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.RetryShipperTaskRequest
-
public class RetryShipperTaskRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RetryShipperTaskRequest()RetryShipperTaskRequest(RetryShipperTaskRequest 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 StringgetShipperId()Get 投递规则IDStringgetTaskId()Get 投递任务IDvoidsetShipperId(String ShipperId)Set 投递规则IDvoidsetTaskId(String TaskId)Set 投递任务IDvoidtoMap(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
-
RetryShipperTaskRequest
public RetryShipperTaskRequest()
-
RetryShipperTaskRequest
public RetryShipperTaskRequest(RetryShipperTaskRequest 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
-
getTaskId
public String getTaskId()
Get 投递任务ID- Returns:
- TaskId 投递任务ID
-
setTaskId
public void setTaskId(String TaskId)
Set 投递任务ID- Parameters:
TaskId- 投递任务ID
-
-