public class DescribeScheduledActionsRequest extends AbstractModel
Constructor and Description |
---|
DescribeScheduledActionsRequest() |
DescribeScheduledActionsRequest(DescribeScheduledActionsRequest 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 过滤条件。
scheduled-action-id - String - 是否必填:否 -(过滤条件)按照定时任务ID过滤。
scheduled-action-name - String - 是否必填:否 - (过滤条件) 按照定时任务名称过滤。
auto-scaling-group-id - String - 是否必填:否 - (过滤条件) 按照伸缩组ID过滤。
|
Long |
getLimit()
Get 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
Long |
getOffset()
Get 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
String[] |
getScheduledActionIds()
Get 按照一个或者多个定时任务ID查询。实例ID形如:asst-am691zxo。每次请求的实例的上限为100。参数不支持同时指定ScheduledActionIds和Filters。
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
scheduled-action-id - String - 是否必填:否 -(过滤条件)按照定时任务ID过滤。
scheduled-action-name - String - 是否必填:否 - (过滤条件) 按照定时任务名称过滤。
auto-scaling-group-id - String - 是否必填:否 - (过滤条件) 按照伸缩组ID过滤。
|
void |
setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
void |
setScheduledActionIds(String[] ScheduledActionIds)
Set 按照一个或者多个定时任务ID查询。实例ID形如:asst-am691zxo。每次请求的实例的上限为100。参数不支持同时指定ScheduledActionIds和Filters。
|
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 DescribeScheduledActionsRequest()
public DescribeScheduledActionsRequest(DescribeScheduledActionsRequest source)
public String[] getScheduledActionIds()
public void setScheduledActionIds(String[] ScheduledActionIds)
ScheduledActionIds
- 按照一个或者多个定时任务ID查询。实例ID形如:asst-am691zxo。每次请求的实例的上限为100。参数不支持同时指定ScheduledActionIds和Filters。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。Copyright © 2021. All rights reserved.