public class TaskFlowLastBatchState extends AbstractModel
Constructor and Description |
---|
TaskFlowLastBatchState() |
Modifier and Type | Method and Description |
---|---|
String |
getFlowBatchId()
Get 批次ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFlowBatchLogId()
Get 批次历史ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getState()
Get 状态,WAITING/SUCCESS/FAILED/RUNNING/TERMINATING
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFlowBatchId(String FlowBatchId)
Set 批次ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFlowBatchLogId(String FlowBatchLogId)
Set 批次历史ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setState(String State)
Set 状态,WAITING/SUCCESS/FAILED/RUNNING/TERMINATING
注意:此字段可能返回 null,表示取不到有效值。
|
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 String getFlowBatchId()
public void setFlowBatchId(String FlowBatchId)
FlowBatchId
- 批次ID
注意:此字段可能返回 null,表示取不到有效值。public String getFlowBatchLogId()
public void setFlowBatchLogId(String FlowBatchLogId)
FlowBatchLogId
- 批次历史ID
注意:此字段可能返回 null,表示取不到有效值。public String getState()
public void setState(String State)
State
- 状态,WAITING/SUCCESS/FAILED/RUNNING/TERMINATING
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.