Class DescribeTaskDetailRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vm.v20210922.models.DescribeTaskDetailRequest
-
public class DescribeTaskDetailRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeTaskDetailRequest()DescribeTaskDetailRequest(DescribeTaskDetailRequest 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 BooleangetShowAllSegments()Get 是否展示所有分片,默认只展示命中规则的分片StringgetTaskId()Get 任务ID,创建任务后返回的TaskId字段voidsetShowAllSegments(Boolean ShowAllSegments)Set 是否展示所有分片,默认只展示命中规则的分片voidsetTaskId(String TaskId)Set 任务ID,创建任务后返回的TaskId字段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
-
DescribeTaskDetailRequest
public DescribeTaskDetailRequest()
-
DescribeTaskDetailRequest
public DescribeTaskDetailRequest(DescribeTaskDetailRequest 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
-
getTaskId
public String getTaskId()
Get 任务ID,创建任务后返回的TaskId字段- Returns:
- TaskId 任务ID,创建任务后返回的TaskId字段
-
setTaskId
public void setTaskId(String TaskId)
Set 任务ID,创建任务后返回的TaskId字段- Parameters:
TaskId- 任务ID,创建任务后返回的TaskId字段
-
getShowAllSegments
public Boolean getShowAllSegments()
Get 是否展示所有分片,默认只展示命中规则的分片- Returns:
- ShowAllSegments 是否展示所有分片,默认只展示命中规则的分片
-
setShowAllSegments
public void setShowAllSegments(Boolean ShowAllSegments)
Set 是否展示所有分片,默认只展示命中规则的分片- Parameters:
ShowAllSegments- 是否展示所有分片,默认只展示命中规则的分片
-
-