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 |
---|---|
String[] |
getInstanceIds()
Get 按照一个或者多个实例 ID 查询,每次请求的上限为 100 个。
|
Long |
getPageNumber()
Get 页码,整型,配合 PageSize 使用,默认值为 1。
|
Long |
getPageSize()
Get 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。
|
Boolean |
getSuperAdminAccount()
Get 是否查询实例绑定的超级管理员账号,默认值为 false。
|
void |
setInstanceIds(String[] InstanceIds)
Set 按照一个或者多个实例 ID 查询,每次请求的上限为 100 个。
|
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。Copyright © 2022. All rights reserved.