public class Operation extends AbstractModel
header, skipSign
Constructor and Description |
---|
Operation() |
Operation(Operation 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 |
---|---|
OperationDetail |
getDetail()
Get Operation details
|
Long |
getId()
Get Unique operation ID
|
Float |
getProgress()
Get Operation progress
|
String |
getResult()
Get Operation result
|
String |
getStartTime()
Get Operation start time
|
TaskDetail[] |
getTasks()
Get Workflow task information
|
String |
getType()
Get Operation type
|
void |
setDetail(OperationDetail Detail)
Set Operation details
|
void |
setId(Long Id)
Set Unique operation ID
|
void |
setProgress(Float Progress)
Set Operation progress
|
void |
setResult(String Result)
Set Operation result
|
void |
setStartTime(String StartTime)
Set Operation start time
|
void |
setTasks(TaskDetail[] Tasks)
Set Workflow task information
|
void |
setType(String Type)
Set Operation type
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Operation()
public Operation(Operation source)
public Long getId()
public void setId(Long Id)
Id
- Unique operation IDpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Operation start timepublic String getType()
public void setType(String Type)
Type
- Operation typepublic OperationDetail getDetail()
public void setDetail(OperationDetail Detail)
Detail
- Operation detailspublic String getResult()
public void setResult(String Result)
Result
- Operation resultpublic TaskDetail[] getTasks()
public void setTasks(TaskDetail[] Tasks)
Tasks
- Workflow task informationpublic Float getProgress()
public void setProgress(Float Progress)
Progress
- Operation progressCopyright © 2024. All rights reserved.