public class DescribeInvokersRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeInvokersRequest() |
DescribeInvokersRequest(DescribeInvokersRequest 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 过滤条件:
- invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。
- command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。
- invoker-type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。目前仅支持 SCHEDULE 一种。
每次请求的 `Filters` 的上限为 10,`Filter.Values` 的上限为 5。参数不支持同时指定 `InvokerIds` 和 `Filters` 。
|
String[] |
getInvokerIds()
Get 执行器 ID 列表。
每次请求的上限为 100。
参数不支持同时指定 `InvokerIds ` 和 `Filters ` 。
|
Long |
getLimit()
Get 返回数量,默认为20,最大值为100。
|
Long |
getOffset()
Get 偏移量,默认为0。
|
void |
setFilters(Filter[] Filters)
Set 过滤条件:
- invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。
- command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。
- invoker-type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。目前仅支持 SCHEDULE 一种。
每次请求的 `Filters` 的上限为 10,`Filter.Values` 的上限为 5。参数不支持同时指定 `InvokerIds` 和 `Filters` 。
|
void |
setInvokerIds(String[] InvokerIds)
Set 执行器 ID 列表。
每次请求的上限为 100。
参数不支持同时指定 `InvokerIds ` 和 `Filters ` 。
|
void |
setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
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 DescribeInvokersRequest()
public DescribeInvokersRequest(DescribeInvokersRequest source)
public String[] getInvokerIds()
public void setInvokerIds(String[] InvokerIds)
InvokerIds
- 执行器 ID 列表。
每次请求的上限为 100。
参数不支持同时指定 `InvokerIds ` 和 `Filters ` 。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件:
- invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。
- command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。可通过 [DescribeCommands(查询命令详情)](https://cloud.tencent.com/document/api/1340/52681) 接口获取。
- invoker-type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。目前仅支持 SCHEDULE 一种。
每次请求的 `Filters` 的上限为 10,`Filter.Values` 的上限为 5。参数不支持同时指定 `InvokerIds` 和 `Filters` 。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,最大值为100。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。Copyright © 2025. All rights reserved.