Class DescribeOfficialInstancesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.smh.v20210712.models.DescribeOfficialInstancesRequest
-
public class DescribeOfficialInstancesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeOfficialInstancesRequest()DescribeOfficialInstancesRequest(DescribeOfficialInstancesRequest 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 LonggetAutoRenew()Get 续费管理筛选类型BooleangetBindPhone()Get 超级管理管理员账号是否绑定了手机号String[]getInstanceIds()Get 按照一个或者多个实例 ID 查询,每次请求的上限为 100 个。StringgetOrderBy()Get 对指定列进行排序StringgetOrderByType()Get 排序方式LonggetPageNumber()Get 页码,整型,配合 PageSize 使用,默认值为 1。LonggetPageSize()Get 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。BooleangetSuperAdminAccount()Get 是否查询实例绑定的超级管理员账号,默认值为 false。voidsetAutoRenew(Long AutoRenew)Set 续费管理筛选类型voidsetBindPhone(Boolean BindPhone)Set 超级管理管理员账号是否绑定了手机号voidsetInstanceIds(String[] InstanceIds)Set 按照一个或者多个实例 ID 查询,每次请求的上限为 100 个。voidsetOrderBy(String OrderBy)Set 对指定列进行排序voidsetOrderByType(String OrderByType)Set 排序方式voidsetPageNumber(Long PageNumber)Set 页码,整型,配合 PageSize 使用,默认值为 1。voidsetPageSize(Long PageSize)Set 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。voidsetSuperAdminAccount(Boolean SuperAdminAccount)Set 是否查询实例绑定的超级管理员账号,默认值为 false。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
-
DescribeOfficialInstancesRequest
public DescribeOfficialInstancesRequest()
-
DescribeOfficialInstancesRequest
public DescribeOfficialInstancesRequest(DescribeOfficialInstancesRequest 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
-
getSuperAdminAccount
public Boolean getSuperAdminAccount()
Get 是否查询实例绑定的超级管理员账号,默认值为 false。- Returns:
- SuperAdminAccount 是否查询实例绑定的超级管理员账号,默认值为 false。
-
setSuperAdminAccount
public void setSuperAdminAccount(Boolean SuperAdminAccount)
Set 是否查询实例绑定的超级管理员账号,默认值为 false。- Parameters:
SuperAdminAccount- 是否查询实例绑定的超级管理员账号,默认值为 false。
-
getInstanceIds
public String[] getInstanceIds()
Get 按照一个或者多个实例 ID 查询,每次请求的上限为 100 个。- Returns:
- InstanceIds 按照一个或者多个实例 ID 查询,每次请求的上限为 100 个。
-
setInstanceIds
public void setInstanceIds(String[] InstanceIds)
Set 按照一个或者多个实例 ID 查询,每次请求的上限为 100 个。- Parameters:
InstanceIds- 按照一个或者多个实例 ID 查询,每次请求的上限为 100 个。
-
getPageNumber
public Long getPageNumber()
Get 页码,整型,配合 PageSize 使用,默认值为 1。- Returns:
- PageNumber 页码,整型,配合 PageSize 使用,默认值为 1。
-
setPageNumber
public void setPageNumber(Long PageNumber)
Set 页码,整型,配合 PageSize 使用,默认值为 1。- Parameters:
PageNumber- 页码,整型,配合 PageSize 使用,默认值为 1。
-
getPageSize
public Long getPageSize()
Get 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。- Returns:
- PageSize 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。
-
setPageSize
public void setPageSize(Long PageSize)
Set 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。- Parameters:
PageSize- 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。
-
getOrderBy
public String getOrderBy()
Get 对指定列进行排序- Returns:
- OrderBy 对指定列进行排序
-
setOrderBy
public void setOrderBy(String OrderBy)
Set 对指定列进行排序- Parameters:
OrderBy- 对指定列进行排序
-
getOrderByType
public String getOrderByType()
Get 排序方式- Returns:
- OrderByType 排序方式
-
setOrderByType
public void setOrderByType(String OrderByType)
Set 排序方式- Parameters:
OrderByType- 排序方式
-
getAutoRenew
public Long getAutoRenew()
Get 续费管理筛选类型- Returns:
- AutoRenew 续费管理筛选类型
-
setAutoRenew
public void setAutoRenew(Long AutoRenew)
Set 续费管理筛选类型- Parameters:
AutoRenew- 续费管理筛选类型
-
getBindPhone
public Boolean getBindPhone()
Get 超级管理管理员账号是否绑定了手机号- Returns:
- BindPhone 超级管理管理员账号是否绑定了手机号
-
setBindPhone
public void setBindPhone(Boolean BindPhone)
Set 超级管理管理员账号是否绑定了手机号- Parameters:
BindPhone- 超级管理管理员账号是否绑定了手机号
-
-