Class DescribeTaskLogsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.batch.v20170312.models.DescribeTaskLogsRequest
-
public class DescribeTaskLogsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeTaskLogsRequest()DescribeTaskLogsRequest(DescribeTaskLogsRequest 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 StringgetJobId()Get 作业IDLonggetLimit()Get 最大任务实例数LonggetOffset()Get 起始任务实例Long[]getTaskInstanceIndexes()Get 任务实例集合StringgetTaskName()Get 任务名称voidsetJobId(String JobId)Set 作业IDvoidsetLimit(Long Limit)Set 最大任务实例数voidsetOffset(Long Offset)Set 起始任务实例voidsetTaskInstanceIndexes(Long[] TaskInstanceIndexes)Set 任务实例集合voidsetTaskName(String TaskName)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
-
DescribeTaskLogsRequest
public DescribeTaskLogsRequest()
-
DescribeTaskLogsRequest
public DescribeTaskLogsRequest(DescribeTaskLogsRequest 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
-
getJobId
public String getJobId()
Get 作业ID- Returns:
- JobId 作业ID
-
setJobId
public void setJobId(String JobId)
Set 作业ID- Parameters:
JobId- 作业ID
-
getTaskName
public String getTaskName()
Get 任务名称- Returns:
- TaskName 任务名称
-
setTaskName
public void setTaskName(String TaskName)
Set 任务名称- Parameters:
TaskName- 任务名称
-
getTaskInstanceIndexes
public Long[] getTaskInstanceIndexes()
Get 任务实例集合- Returns:
- TaskInstanceIndexes 任务实例集合
-
setTaskInstanceIndexes
public void setTaskInstanceIndexes(Long[] TaskInstanceIndexes)
Set 任务实例集合- Parameters:
TaskInstanceIndexes- 任务实例集合
-
getOffset
public Long getOffset()
Get 起始任务实例- Returns:
- Offset 起始任务实例
-
setOffset
public void setOffset(Long Offset)
Set 起始任务实例- Parameters:
Offset- 起始任务实例
-
getLimit
public Long getLimit()
Get 最大任务实例数- Returns:
- Limit 最大任务实例数
-
setLimit
public void setLimit(Long Limit)
Set 最大任务实例数- Parameters:
Limit- 最大任务实例数
-
-