Class TaskFlowLastBatchState
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.TaskFlowLastBatchState
-
public class TaskFlowLastBatchState extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TaskFlowLastBatchState
public TaskFlowLastBatchState()
-
TaskFlowLastBatchState
public 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.
-
-
Method Detail
-
getFlowBatchId
public String getFlowBatchId()
Get 批次ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FlowBatchId 批次ID 注意:此字段可能返回 null,表示取不到有效值。
-
setFlowBatchId
public void setFlowBatchId(String FlowBatchId)
Set 批次ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FlowBatchId
- 批次ID 注意:此字段可能返回 null,表示取不到有效值。
-
getFlowBatchLogId
public String getFlowBatchLogId()
Get 批次历史ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FlowBatchLogId 批次历史ID 注意:此字段可能返回 null,表示取不到有效值。
-
setFlowBatchLogId
public void setFlowBatchLogId(String FlowBatchLogId)
Set 批次历史ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FlowBatchLogId
- 批次历史ID 注意:此字段可能返回 null,表示取不到有效值。
-
getState
public String getState()
Get 状态,WAITING/SUCCESS/FAILED/RUNNING/TERMINATING 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- State 状态,WAITING/SUCCESS/FAILED/RUNNING/TERMINATING 注意:此字段可能返回 null,表示取不到有效值。
-
setState
public void setState(String State)
Set 状态,WAITING/SUCCESS/FAILED/RUNNING/TERMINATING 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
State
- 状态,WAITING/SUCCESS/FAILED/RUNNING/TERMINATING 注意:此字段可能返回 null,表示取不到有效值。
-
-