public class IntlBatchDetails extends AbstractModel
header, skipSign| Constructor and Description |
|---|
IntlBatchDetails() |
IntlBatchDetails(IntlBatchDetails 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 |
getId()
Get The ID of the bulk task.
|
String |
getReason()
Get The reason.
|
String |
getReasonZh()
Get The reason, expressed in Chinese.
|
String |
getStatus()
Get The task status.
|
void |
setId(Long Id)
Set The ID of the bulk task.
|
void |
setReason(String Reason)
Set The reason.
|
void |
setReasonZh(String ReasonZh)
Set The reason, expressed in Chinese.
|
void |
setStatus(String Status)
Set The task status.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic IntlBatchDetails()
public IntlBatchDetails(IntlBatchDetails source)
public Long getId()
public void setId(Long Id)
Id - The ID of the bulk task.public String getStatus()
public void setStatus(String Status)
Status - The task status.public String getReason()
public void setReason(String Reason)
Reason - The reason.public String getReasonZh()
public void setReasonZh(String ReasonZh)
ReasonZh - The reason, expressed in Chinese.Copyright © 2025. All rights reserved.