public class DescribeTaskResultRequest extends AbstractModel
Constructor and Description |
---|
DescribeTaskResultRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDealName()
Get The billing order ID
|
Long |
getTaskId()
Get The async job ID
|
void |
setDealName(String DealName)
Set The billing order ID
|
void |
setTaskId(Long TaskId)
Set The async job 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, toJsonString
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- The async job IDpublic String getDealName()
public void setDealName(String DealName)
DealName
- The billing order IDCopyright © 2020. All rights reserved.