public class DescribeAccountGroupRequest extends AbstractModel
Constructor and Description |
---|
DescribeAccountGroupRequest() |
DescribeAccountGroupRequest(DescribeAccountGroupRequest 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 |
getApplicationId()
Get 应用ID。
|
Long |
getLimit()
Get 返回数量,默认为 20,最大值为 100。
|
Long |
getOffset()
Get 偏移量,默认为 0。
|
AccountGroupSearchCriteria |
getSearchCondition()
Get 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。
|
void |
setApplicationId(String ApplicationId)
Set 应用ID。
|
void |
setLimit(Long Limit)
Set 返回数量,默认为 20,最大值为 100。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为 0。
|
void |
setSearchCondition(AccountGroupSearchCriteria SearchCondition)
Set 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。
|
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 DescribeAccountGroupRequest()
public DescribeAccountGroupRequest(DescribeAccountGroupRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 应用ID。public AccountGroupSearchCriteria getSearchCondition()
public void setSearchCondition(AccountGroupSearchCriteria SearchCondition)
SearchCondition
- 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为 0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为 20,最大值为 100。Copyright © 2022. All rights reserved.