public class ProcessProgress extends AbstractModel
Constructor and Description |
---|
ProcessProgress() |
ProcessProgress(ProcessProgress 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 |
getMessage()
Get The prompt output in the current step
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPercent()
Get Progress information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Step status.
|
Long |
getStepAll()
Get Total number of steps
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStepNow()
Get Current step
Note: This field may return null, indicating that no valid values can be obtained.
|
StepDetailInfo[] |
getSteps()
Get Step information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMessage(String Message)
Set The prompt output in the current step
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPercent(Long Percent)
Set Progress information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Step status.
|
void |
setStepAll(Long StepAll)
Set Total number of steps
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStepNow(Long StepNow)
Set Current step
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSteps(StepDetailInfo[] Steps)
Set Step information
Note: This field may return null, indicating that no valid values can be obtained.
|
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 ProcessProgress()
public ProcessProgress(ProcessProgress source)
public String getStatus()
public void setStatus(String Status)
Status
- Step status. Valid values: `notStarted`, `running`, `success`, `failed`.
Note: This field may return null, indicating that no valid values can be obtained.public Long getPercent()
public void setPercent(Long Percent)
Percent
- Progress information
Note: This field may return null, indicating that no valid values can be obtained.public Long getStepAll()
public void setStepAll(Long StepAll)
StepAll
- Total number of steps
Note: This field may return null, indicating that no valid values can be obtained.public Long getStepNow()
public void setStepNow(Long StepNow)
StepNow
- Current step
Note: This field may return null, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message
- The prompt output in the current step
Note: This field may return null, indicating that no valid values can be obtained.public StepDetailInfo[] getSteps()
public void setSteps(StepDetailInfo[] Steps)
Steps
- Step information
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.