Class DescribeCustomAccountsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.DescribeCustomAccountsRequest
-
public class DescribeCustomAccountsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCustomAccountsRequest()DescribeCustomAccountsRequest(DescribeCustomAccountsRequest 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,最大为100LonggetOffset()Get 偏移量,默认0StringgetRegistryId()Get 实例IdvoidsetAll(Boolean All)Set 列出所有自定义账户voidsetEmbedPermission(Boolean EmbedPermission)Set 填充策略voidsetFilters(Filter[] Filters)Set 过滤条件voidsetLimit(Long Limit)Set 最大输出条数,默认20,最大为100voidsetOffset(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
-
DescribeCustomAccountsRequest
public DescribeCustomAccountsRequest()
-
DescribeCustomAccountsRequest
public DescribeCustomAccountsRequest(DescribeCustomAccountsRequest 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
-
-