public class DescribeDataTransformInfoRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Filter[] |
getFilters()
Get - taskName
按照【加工任务名称】进行过滤。
类型:String
必选:否
- taskId
按照【加工任务id】进行过滤。
类型:String
必选:否
- topicId
按照【源topicId】进行过滤。
类型:String
必选:否
- status
按照【 任务运行状态】进行过滤。 1:准备中,2:运行中,3:停止中,4:已停止
类型:String
必选:否
- hasServiceLog
按照【是否开启服务日志】进行过滤。 1:未开启,2:已开启
类型:String
必选:否
- dstTopicType
按照【目标topic类型】进行过滤。 1:固定,2:动态
类型:String
必选:否
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
Long |
getLimit()
Get 分页单页限制数目,默认值为20,最大值100。
|
Long |
getOffset()
Get 分页的偏移量,默认值为0。
|
String |
getTaskId()
Get Type为1, 此参数必填
|
Long |
getType()
Get 默认值为2.
|
void |
setFilters(Filter[] Filters)
Set - taskName
按照【加工任务名称】进行过滤。
类型:String
必选:否
- taskId
按照【加工任务id】进行过滤。
类型:String
必选:否
- topicId
按照【源topicId】进行过滤。
类型:String
必选:否
- status
按照【 任务运行状态】进行过滤。 1:准备中,2:运行中,3:停止中,4:已停止
类型:String
必选:否
- hasServiceLog
按照【是否开启服务日志】进行过滤。 1:未开启,2:已开启
类型:String
必选:否
- dstTopicType
按照【目标topic类型】进行过滤。 1:固定,2:动态
类型:String
必选:否
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
void |
setLimit(Long Limit)
Set 分页单页限制数目,默认值为20,最大值100。
|
void |
setOffset(Long Offset)
Set 分页的偏移量,默认值为0。
|
void |
setTaskId(String TaskId)
Set Type为1, 此参数必填
|
void |
setType(Long Type)
Set 默认值为2.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDataTransformInfoRequest()
public DescribeDataTransformInfoRequest(DescribeDataTransformInfoRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- - taskName
按照【加工任务名称】进行过滤。
类型:String
必选:否
- taskId
按照【加工任务id】进行过滤。
类型:String
必选:否
- topicId
按照【源topicId】进行过滤。
类型:String
必选:否
- status
按照【 任务运行状态】进行过滤。 1:准备中,2:运行中,3:停止中,4:已停止
类型:String
必选:否
- hasServiceLog
按照【是否开启服务日志】进行过滤。 1:未开启,2:已开启
类型:String
必选:否
- dstTopicType
按照【目标topic类型】进行过滤。 1:固定,2:动态
类型:String
必选:否
每次请求的Filters的上限为10,Filter.Values的上限为100。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页的偏移量,默认值为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页单页限制数目,默认值为20,最大值100。public Long getType()
public void setType(Long Type)
Type
- 默认值为2. 1: 获取单个任务的详细信息 2:获取任务列表public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Type为1, 此参数必填Copyright © 2024. All rights reserved.