public class DescribeAccountsRequest extends AbstractModel
Constructor and Description |
---|
DescribeAccountsRequest() |
DescribeAccountsRequest(DescribeAccountsRequest 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 |
getDBInstanceId()
Get 实例ID,形如postgres-6fego161
|
Long |
getLimit()
Get 分页返回,每页最大返回数目,默认10,取值范围为1-100
|
Long |
getOffset()
Get 数据偏移量,从0开始。
|
String |
getOrderBy()
Get 返回数据按照创建时间或者用户名排序。取值只能为createTime或者name。createTime-按照创建时间排序;name-按照用户名排序
|
String |
getOrderByType()
Get 返回结果是升序还是降序。取值只能为desc或者asc。desc-降序;asc-升序
|
void |
setDBInstanceId(String DBInstanceId)
Set 实例ID,形如postgres-6fego161
|
void |
setLimit(Long Limit)
Set 分页返回,每页最大返回数目,默认10,取值范围为1-100
|
void |
setOffset(Long Offset)
Set 数据偏移量,从0开始。
|
void |
setOrderBy(String OrderBy)
Set 返回数据按照创建时间或者用户名排序。取值只能为createTime或者name。createTime-按照创建时间排序;name-按照用户名排序
|
void |
setOrderByType(String OrderByType)
Set 返回结果是升序还是降序。取值只能为desc或者asc。desc-降序;asc-升序
|
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 DescribeAccountsRequest()
public DescribeAccountsRequest(DescribeAccountsRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- 实例ID,形如postgres-6fego161public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页返回,每页最大返回数目,默认10,取值范围为1-100public Long getOffset()
public void setOffset(Long Offset)
Offset
- 数据偏移量,从0开始。public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 返回数据按照创建时间或者用户名排序。取值只能为createTime或者name。createTime-按照创建时间排序;name-按照用户名排序public String getOrderByType()
public void setOrderByType(String OrderByType)
OrderByType
- 返回结果是升序还是降序。取值只能为desc或者asc。desc-降序;asc-升序Copyright © 2022. All rights reserved.