public class DescribeOfficialInstancesRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAutoRenew()
Get 续费管理筛选类型
|
Boolean |
getBindPhone()
Get 超级管理管理员账号是否绑定了手机号
|
String[] |
getInstanceIds()
Get 按照一个或者多个实例 ID 查询,每次请求的上限为 100 个。
|
String |
getOrderBy()
Get 对指定列进行排序
|
String |
getOrderByType()
Get 排序方式
|
Long |
getPageNumber()
Get 页码,整型,配合 PageSize 使用,默认值为 1。
|
Long |
getPageSize()
Get 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。
|
Boolean |
getSuperAdminAccount()
Get 是否查询实例绑定的超级管理员账号,默认值为 false。
|
void |
setAutoRenew(Long AutoRenew)
Set 续费管理筛选类型
|
void |
setBindPhone(Boolean BindPhone)
Set 超级管理管理员账号是否绑定了手机号
|
void |
setInstanceIds(String[] InstanceIds)
Set 按照一个或者多个实例 ID 查询,每次请求的上限为 100 个。
|
void |
setOrderBy(String OrderBy)
Set 对指定列进行排序
|
void |
setOrderByType(String OrderByType)
Set 排序方式
|
void |
setPageNumber(Long PageNumber)
Set 页码,整型,配合 PageSize 使用,默认值为 1。
|
void |
setPageSize(Long PageSize)
Set 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。
|
void |
setSuperAdminAccount(Boolean SuperAdminAccount)
Set 是否查询实例绑定的超级管理员账号,默认值为 false。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeOfficialInstancesRequest()
public DescribeOfficialInstancesRequest(DescribeOfficialInstancesRequest source)
public Boolean getSuperAdminAccount()
public void setSuperAdminAccount(Boolean SuperAdminAccount)
SuperAdminAccount
- 是否查询实例绑定的超级管理员账号,默认值为 false。public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 按照一个或者多个实例 ID 查询,每次请求的上限为 100 个。public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 页码,整型,配合 PageSize 使用,默认值为 1。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 对指定列进行排序public String getOrderByType()
public void setOrderByType(String OrderByType)
OrderByType
- 排序方式public Long getAutoRenew()
public void setAutoRenew(Long AutoRenew)
AutoRenew
- 续费管理筛选类型public Boolean getBindPhone()
public void setBindPhone(Boolean BindPhone)
BindPhone
- 超级管理管理员账号是否绑定了手机号Copyright © 2022. All rights reserved.