public class RetryShipperTaskRequest extends AbstractModel
| 构造器和说明 |
|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getShipperId()
Get Shipping rule ID
|
String |
getTaskId()
Get Shipping task ID
|
void |
setShipperId(String ShipperId)
Set Shipping rule ID
|
void |
setTaskId(String TaskId)
Set Shipping task ID
|
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 RetryShipperTaskRequest()
public RetryShipperTaskRequest(RetryShipperTaskRequest source)
public String getShipperId()
public void setShipperId(String ShipperId)
ShipperId - Shipping rule IDpublic String getTaskId()
public void setTaskId(String TaskId)
TaskId - Shipping task IDCopyright © 2022. All rights reserved.