public class DescribeDatahubTasksRequest extends AbstractModel
Constructor and Description |
---|
DescribeDatahubTasksRequest() |
DescribeDatahubTasksRequest(DescribeDatahubTasksRequest 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 |
---|---|
Long |
getLimit()
Get 返回数量,默认为20,最大值为100
|
Long |
getOffset()
Get 分页偏移量,默认为0
|
String |
getResource()
Get 转储的资源
|
String |
getSearchWord()
Get 过滤条件,按照 TaskName 过滤,支持模糊查询
|
String |
getSourceType()
Get 转储的源类型
|
String |
getTargetType()
Get 转储的目标类型
|
String |
getTaskType()
Get 任务类型,SOURCE数据接入,SINK数据流出
|
void |
setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100
|
void |
setOffset(Long Offset)
Set 分页偏移量,默认为0
|
void |
setResource(String Resource)
Set 转储的资源
|
void |
setSearchWord(String SearchWord)
Set 过滤条件,按照 TaskName 过滤,支持模糊查询
|
void |
setSourceType(String SourceType)
Set 转储的源类型
|
void |
setTargetType(String TargetType)
Set 转储的目标类型
|
void |
setTaskType(String TaskType)
Set 任务类型,SOURCE数据接入,SINK数据流出
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeDatahubTasksRequest()
public DescribeDatahubTasksRequest(DescribeDatahubTasksRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,最大值为100public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量,默认为0public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 过滤条件,按照 TaskName 过滤,支持模糊查询public String getTargetType()
public void setTargetType(String TargetType)
TargetType
- 转储的目标类型public String getTaskType()
public void setTaskType(String TaskType)
TaskType
- 任务类型,SOURCE数据接入,SINK数据流出public String getSourceType()
public void setSourceType(String SourceType)
SourceType
- 转储的源类型public String getResource()
public void setResource(String Resource)
Resource
- 转储的资源Copyright © 2022. All rights reserved.