public class SubTaskDetail extends AbstractModel
Constructor and Description |
---|
SubTaskDetail() |
SubTaskDetail(SubTaskDetail 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 |
getErrMsg()
Get Subtask error message
|
String[] |
getFailedIndices()
Get Name of the index for which the check for upgrade failed
|
String |
getFinishTime()
Get Subtask end time
|
Long |
getLevel()
Get Subtask level.
|
String |
getName()
Get Subtask name
|
Boolean |
getResult()
Get Subtask result
|
Long |
getStatus()
Get Subtask status.
|
String |
getType()
Get Subtask type
|
void |
setErrMsg(String ErrMsg)
Set Subtask error message
|
void |
setFailedIndices(String[] FailedIndices)
Set Name of the index for which the check for upgrade failed
|
void |
setFinishTime(String FinishTime)
Set Subtask end time
|
void |
setLevel(Long Level)
Set Subtask level.
|
void |
setName(String Name)
Set Subtask name
|
void |
setResult(Boolean Result)
Set Subtask result
|
void |
setStatus(Long Status)
Set Subtask status.
|
void |
setType(String Type)
Set Subtask type
|
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 SubTaskDetail()
public SubTaskDetail(SubTaskDetail source)
public String getName()
public void setName(String Name)
Name
- Subtask namepublic Boolean getResult()
public void setResult(Boolean Result)
Result
- Subtask resultpublic String getErrMsg()
public void setErrMsg(String ErrMsg)
ErrMsg
- Subtask error messagepublic String getType()
public void setType(String Type)
Type
- Subtask typepublic Long getStatus()
public void setStatus(Long Status)
Status
- Subtask status. 0: processing, 1: succeeded, -1: failedpublic String[] getFailedIndices()
public void setFailedIndices(String[] FailedIndices)
FailedIndices
- Name of the index for which the check for upgrade failedpublic String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime
- Subtask end timepublic Long getLevel()
public void setLevel(Long Level)
Level
- Subtask level. 1: warning, 2: failedCopyright © 2023. All rights reserved.