Class DescribeDataTransformInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.DescribeDataTransformInfoRequest
-
public class DescribeDataTransformInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDataTransformInfoRequest()DescribeDataTransformInfoRequest(DescribeDataTransformInfoRequest 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 Filter[]getFilters()Get
taskName 按照【加工任务名称】进行过滤。 类型:String 必选:否
taskId 按照【加工任务id】进行过滤。 类型:String 必选:否
srctopicId 按照【源topicId】进行过滤。 类型:String 必选:否 每次请求的Filters的上限为10,Filter.Values的上限为100。LonggetLimit()Get 分页单页限制数目,默认值为20,最大值100。LonggetOffset()Get 分页的偏移量,默认值为0。StringgetTaskId()Get Type为1, 此参数必填LonggetType()Get 默认值为2.voidsetFilters(Filter[] Filters)Set
taskName 按照【加工任务名称】进行过滤。 类型:String 必选:否
taskId 按照【加工任务id】进行过滤。 类型:String 必选:否
srctopicId 按照【源topicId】进行过滤。 类型:String 必选:否 每次请求的Filters的上限为10,Filter.Values的上限为100。voidsetLimit(Long Limit)Set 分页单页限制数目,默认值为20,最大值100。voidsetOffset(Long Offset)Set 分页的偏移量,默认值为0。voidsetTaskId(String TaskId)Set Type为1, 此参数必填voidsetType(Long Type)Set 默认值为2.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
-
DescribeDataTransformInfoRequest
public DescribeDataTransformInfoRequest()
-
DescribeDataTransformInfoRequest
public DescribeDataTransformInfoRequest(DescribeDataTransformInfoRequest 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
-
getFilters
public Filter[] getFilters()
Get- taskName 按照【加工任务名称】进行过滤。 类型:String 必选:否
- taskId 按照【加工任务id】进行过滤。 类型:String 必选:否
- srctopicId 按照【源topicId】进行过滤。 类型:String 必选:否 每次请求的Filters的上限为10,Filter.Values的上限为100。
- Returns:
- Filters
- taskName 按照【加工任务名称】进行过滤。 类型:String 必选:否
- taskId 按照【加工任务id】进行过滤。 类型:String 必选:否
- srctopicId 按照【源topicId】进行过滤。 类型:String 必选:否 每次请求的Filters的上限为10,Filter.Values的上限为100。
- taskName 按照【加工任务名称】进行过滤。 类型:String 必选:否
- taskName 按照【加工任务名称】进行过滤。 类型:String 必选:否
-
setFilters
public void setFilters(Filter[] Filters)
Set- taskName 按照【加工任务名称】进行过滤。 类型:String 必选:否
- taskId 按照【加工任务id】进行过滤。 类型:String 必选:否
- srctopicId 按照【源topicId】进行过滤。 类型:String 必选:否 每次请求的Filters的上限为10,Filter.Values的上限为100。
- Parameters:
Filters-- taskName 按照【加工任务名称】进行过滤。 类型:String 必选:否
- taskId 按照【加工任务id】进行过滤。 类型:String 必选:否
- srctopicId 按照【源topicId】进行过滤。 类型:String 必选:否 每次请求的Filters的上限为10,Filter.Values的上限为100。
- taskName 按照【加工任务名称】进行过滤。 类型:String 必选:否
- taskName 按照【加工任务名称】进行过滤。 类型:String 必选:否
-
getOffset
public Long getOffset()
Get 分页的偏移量,默认值为0。- Returns:
- Offset 分页的偏移量,默认值为0。
-
setOffset
public void setOffset(Long Offset)
Set 分页的偏移量,默认值为0。- Parameters:
Offset- 分页的偏移量,默认值为0。
-
getLimit
public Long getLimit()
Get 分页单页限制数目,默认值为20,最大值100。- Returns:
- Limit 分页单页限制数目,默认值为20,最大值100。
-
setLimit
public void setLimit(Long Limit)
Set 分页单页限制数目,默认值为20,最大值100。- Parameters:
Limit- 分页单页限制数目,默认值为20,最大值100。
-
getType
public Long getType()
Get 默认值为2. 1: 获取单个任务的详细信息 2:获取任务列表- Returns:
- Type 默认值为2. 1: 获取单个任务的详细信息 2:获取任务列表
-
setType
public void setType(Long Type)
Set 默认值为2. 1: 获取单个任务的详细信息 2:获取任务列表- Parameters:
Type- 默认值为2. 1: 获取单个任务的详细信息 2:获取任务列表
-
getTaskId
public String getTaskId()
Get Type为1, 此参数必填- Returns:
- TaskId Type为1, 此参数必填
-
setTaskId
public void setTaskId(String TaskId)
Set Type为1, 此参数必填- Parameters:
TaskId- Type为1, 此参数必填
-
-