Class DescribeInvokersRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tat.v20201028.models.DescribeInvokersRequest
-
public class DescribeInvokersRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter[]getFilters()Get 过滤条件: invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。 command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。 type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。String[]getInvokerIds()Get 执行器ID列表。LonggetLimit()Get 返回数量,默认为20,最大值为100。LonggetOffset()Get 偏移量,默认为0。voidsetFilters(Filter[] Filters)Set 过滤条件: invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。 command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。 type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。voidsetInvokerIds(String[] InvokerIds)Set 执行器ID列表。voidsetLimit(Long Limit)Set 返回数量,默认为20,最大值为100。voidsetOffset(Long Offset)Set 偏移量,默认为0。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeInvokersRequest
public DescribeInvokersRequest()
-
DescribeInvokersRequest
public 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.
-
-
Method Detail
-
getInvokerIds
public String[] getInvokerIds()
Get 执行器ID列表。- Returns:
- InvokerIds 执行器ID列表。
-
setInvokerIds
public void setInvokerIds(String[] InvokerIds)
Set 执行器ID列表。- Parameters:
InvokerIds- 执行器ID列表。
-
getFilters
public Filter[] getFilters()
Get 过滤条件:- invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。
- command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。
- type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。
- Returns:
- Filters 过滤条件:
- invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。
- command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。
- type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件:- invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。
- command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。
- type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。
- Parameters:
Filters- 过滤条件:- invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。
- command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。
- type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。
-
getLimit
public Long getLimit()
Get 返回数量,默认为20,最大值为100。- Returns:
- Limit 返回数量,默认为20,最大值为100。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。- Parameters:
Limit- 返回数量,默认为20,最大值为100。
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。- Returns:
- Offset 偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。- Parameters:
Offset- 偏移量,默认为0。
-
-