Class DescribeServiceAccountsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.DescribeServiceAccountsRequest
-
public class DescribeServiceAccountsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeServiceAccountsRequest()DescribeServiceAccountsRequest(DescribeServiceAccountsRequest 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 BooleangetAll()Get 列出所有服务级账号BooleangetEmbedPermission()Get 是否填充权限信息Filter[]getFilters()Get 过滤条件LonggetLimit()Get 最大输出条数,默认20,最大为100(超出最大值,调整到最大值)LonggetOffset()Get 偏移量,默认0StringgetRegistryId()Get 实例IdvoidsetAll(Boolean All)Set 列出所有服务级账号voidsetEmbedPermission(Boolean EmbedPermission)Set 是否填充权限信息voidsetFilters(Filter[] Filters)Set 过滤条件voidsetLimit(Long Limit)Set 最大输出条数,默认20,最大为100(超出最大值,调整到最大值)voidsetOffset(Long Offset)Set 偏移量,默认0voidsetRegistryId(String RegistryId)Set 实例IdvoidtoMap(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
-
DescribeServiceAccountsRequest
public DescribeServiceAccountsRequest()
-
DescribeServiceAccountsRequest
public DescribeServiceAccountsRequest(DescribeServiceAccountsRequest 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
-
getRegistryId
public String getRegistryId()
Get 实例Id- Returns:
- RegistryId 实例Id
-
setRegistryId
public void setRegistryId(String RegistryId)
Set 实例Id- Parameters:
RegistryId- 实例Id
-
getAll
public Boolean getAll()
Get 列出所有服务级账号- Returns:
- All 列出所有服务级账号
-
setAll
public void setAll(Boolean All)
Set 列出所有服务级账号- Parameters:
All- 列出所有服务级账号
-
getEmbedPermission
public Boolean getEmbedPermission()
Get 是否填充权限信息- Returns:
- EmbedPermission 是否填充权限信息
-
setEmbedPermission
public void setEmbedPermission(Boolean EmbedPermission)
Set 是否填充权限信息- Parameters:
EmbedPermission- 是否填充权限信息
-
getFilters
public Filter[] getFilters()
Get 过滤条件- Returns:
- Filters 过滤条件
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件- Parameters:
Filters- 过滤条件
-
getOffset
public Long getOffset()
Get 偏移量,默认0- Returns:
- Offset 偏移量,默认0
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认0- Parameters:
Offset- 偏移量,默认0
-
getLimit
public Long getLimit()
Get 最大输出条数,默认20,最大为100(超出最大值,调整到最大值)- Returns:
- Limit 最大输出条数,默认20,最大为100(超出最大值,调整到最大值)
-
setLimit
public void setLimit(Long Limit)
Set 最大输出条数,默认20,最大为100(超出最大值,调整到最大值)- Parameters:
Limit- 最大输出条数,默认20,最大为100(超出最大值,调整到最大值)
-
-