public class TaskFlowLastBatchState extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TaskFlowLastBatchState() | 
| TaskFlowLastBatchState(TaskFlowLastBatchState 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 | getFlowBatchId()Get 批次ID | 
| String | getFlowBatchLogId()Get 批次历史ID | 
| String | getState()Get 状态,WAITING/SUCCESS/FAILED/RUNNING/TERMINATING | 
| void | setFlowBatchId(String FlowBatchId)Set 批次ID | 
| void | setFlowBatchLogId(String FlowBatchLogId)Set 批次历史ID | 
| void | setState(String State)Set 状态,WAITING/SUCCESS/FAILED/RUNNING/TERMINATING | 
| 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, toJsonStringpublic TaskFlowLastBatchState()
public TaskFlowLastBatchState(TaskFlowLastBatchState source)
public String getFlowBatchId()
public void setFlowBatchId(String FlowBatchId)
FlowBatchId - 批次IDpublic String getFlowBatchLogId()
public void setFlowBatchLogId(String FlowBatchLogId)
FlowBatchLogId - 批次历史IDpublic String getState()
public void setState(String State)
State - 状态,WAITING/SUCCESS/FAILED/RUNNING/TERMINATINGCopyright © 2025. All rights reserved.