public class BatchStatus extends AbstractModel
skipSign
Constructor and Description |
---|
BatchStatus() |
BatchStatus(BatchStatus 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 |
---|---|
String |
getBatchAction()
Get 批量任务类型
|
Long |
getLogId()
Get 批量任务id
|
String |
getStatus()
Get 批量任务状态 doing:进行中 success:成功 failed:失败 partial_success:部分成功
|
void |
setBatchAction(String BatchAction)
Set 批量任务类型
|
void |
setLogId(Long LogId)
Set 批量任务id
|
void |
setStatus(String Status)
Set 批量任务状态 doing:进行中 success:成功 failed:失败 partial_success:部分成功
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BatchStatus()
public BatchStatus(BatchStatus source)
public Long getLogId()
public void setLogId(Long LogId)
LogId
- 批量任务idpublic String getStatus()
public void setStatus(String Status)
Status
- 批量任务状态 doing:进行中 success:成功 failed:失败 partial_success:部分成功public String getBatchAction()
public void setBatchAction(String BatchAction)
BatchAction
- 批量任务类型Copyright © 2023. All rights reserved.