public class DescribeJobConfigsRequest extends AbstractModel
Constructor and Description |
---|
DescribeJobConfigsRequest() |
DescribeJobConfigsRequest(DescribeJobConfigsRequest 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 过滤条件
|
Long[] |
getJobConfigVersions()
Get 作业配置版本
|
String |
getJobId()
Get 作业Id
|
Long |
getLimit()
Get 分页大小,默认20,最大100
|
Long |
getOffset()
Get 偏移量,默认0
|
Boolean |
getOnlyDraft()
Get true 表示只展示草稿
|
void |
setFilters(Filter[] Filters)
Set 过滤条件
|
void |
setJobConfigVersions(Long[] JobConfigVersions)
Set 作业配置版本
|
void |
setJobId(String JobId)
Set 作业Id
|
void |
setLimit(Long Limit)
Set 分页大小,默认20,最大100
|
void |
setOffset(Long Offset)
Set 偏移量,默认0
|
void |
setOnlyDraft(Boolean OnlyDraft)
Set true 表示只展示草稿
|
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 DescribeJobConfigsRequest()
public DescribeJobConfigsRequest(DescribeJobConfigsRequest source)
public String getJobId()
public void setJobId(String JobId)
JobId
- 作业Idpublic Long[] getJobConfigVersions()
public void setJobConfigVersions(Long[] JobConfigVersions)
JobConfigVersions
- 作业配置版本public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页大小,默认20,最大100public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件public Boolean getOnlyDraft()
public void setOnlyDraft(Boolean OnlyDraft)
OnlyDraft
- true 表示只展示草稿Copyright © 2021. All rights reserved.