Class Dependence
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.batch.v20170312.models.Dependence
-
public class Dependence extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description Dependence()Dependence(Dependence 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 StringgetEndTask()Get 依赖关系的终点任务名称StringgetStartTask()Get 依赖关系的起点任务名称voidsetEndTask(String EndTask)Set 依赖关系的终点任务名称voidsetStartTask(String StartTask)Set 依赖关系的起点任务名称voidtoMap(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
-
Dependence
public Dependence()
-
Dependence
public Dependence(Dependence 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
-
getStartTask
public String getStartTask()
Get 依赖关系的起点任务名称- Returns:
- StartTask 依赖关系的起点任务名称
-
setStartTask
public void setStartTask(String StartTask)
Set 依赖关系的起点任务名称- Parameters:
StartTask- 依赖关系的起点任务名称
-
getEndTask
public String getEndTask()
Get 依赖关系的终点任务名称- Returns:
- EndTask 依赖关系的终点任务名称
-
setEndTask
public void setEndTask(String EndTask)
Set 依赖关系的终点任务名称- Parameters:
EndTask- 依赖关系的终点任务名称
-
-