public class DescribeClusterFlowStatusDetailResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeClusterFlowStatusDetailResponse() |
DescribeClusterFlowStatusDetailResponse(DescribeClusterFlowStatusDetailResponse 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 |
---|---|
FlowParamsDesc[] |
getFlowDesc()
Get Task parameters.
|
FlowExtraDetail[] |
getFlowExtraDetail()
Get Additional process information.
|
String |
getFlowInfo()
Get Flow description.
|
String |
getFlowName()
Get Task name.
|
Float |
getFlowTotalProgress()
Get Overall task flow progress.
|
Long |
getFlowTotalStatus()
Get Overall process status definition.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
StageInfoDetail[] |
getStageDetails()
Get Task step details
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFlowDesc(FlowParamsDesc[] FlowDesc)
Set Task parameters.
|
void |
setFlowExtraDetail(FlowExtraDetail[] FlowExtraDetail)
Set Additional process information.
|
void |
setFlowInfo(String FlowInfo)
Set Flow description.
|
void |
setFlowName(String FlowName)
Set Task name.
|
void |
setFlowTotalProgress(Float FlowTotalProgress)
Set Overall task flow progress.
|
void |
setFlowTotalStatus(Long FlowTotalStatus)
Set Overall process status definition.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setStageDetails(StageInfoDetail[] StageDetails)
Set Task step details
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeClusterFlowStatusDetailResponse()
public DescribeClusterFlowStatusDetailResponse(DescribeClusterFlowStatusDetailResponse source)
public StageInfoDetail[] getStageDetails()
public void setStageDetails(StageInfoDetail[] StageDetails)
StageDetails
- Task step details
Note: This field may return null, indicating that no valid values can be obtained.public FlowParamsDesc[] getFlowDesc()
public void setFlowDesc(FlowParamsDesc[] FlowDesc)
FlowDesc
- Task parameters.
Note: This field may return null, indicating that no valid values can be obtained.public String getFlowName()
public void setFlowName(String FlowName)
FlowName
- Task name.public Float getFlowTotalProgress()
public void setFlowTotalProgress(Float FlowTotalProgress)
FlowTotalProgress
- Overall task flow progress.
Example: 0.8.public Long getFlowTotalStatus()
public void setFlowTotalStatus(Long FlowTotalStatus)
FlowTotalStatus
- Overall process status definition.
0: initializing.
1: running.
2: completed.
3: completed (with skipped steps).
-1: failed.
-3: blocked.public FlowExtraDetail[] getFlowExtraDetail()
public void setFlowExtraDetail(FlowExtraDetail[] FlowExtraDetail)
FlowExtraDetail
- Additional process information.
This parameter is returned when NeedExtraDetail is true.
Note: This field may return null, indicating that no valid values can be obtained.public String getFlowInfo()
public void setFlowInfo(String FlowInfo)
FlowInfo
- Flow description.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.