Class DescribeAppAccountRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eiam.v20210420.models.DescribeAppAccountRequest
-
public class DescribeAppAccountRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAppAccountRequest()DescribeAppAccountRequest(DescribeAppAccountRequest 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 StringgetApplicationId()Get 应用ID。LonggetLimit()Get 返回数量,默认为 20,最大值为 100。LonggetOffset()Get 偏移量,默认为 0。AppAccountSearchCriteriagetSearchCondition()Get 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。voidsetApplicationId(String ApplicationId)Set 应用ID。voidsetLimit(Long Limit)Set 返回数量,默认为 20,最大值为 100。voidsetOffset(Long Offset)Set 偏移量,默认为 0。voidsetSearchCondition(AppAccountSearchCriteria SearchCondition)Set 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。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
-
DescribeAppAccountRequest
public DescribeAppAccountRequest()
-
DescribeAppAccountRequest
public DescribeAppAccountRequest(DescribeAppAccountRequest 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
-
getApplicationId
public String getApplicationId()
Get 应用ID。- Returns:
- ApplicationId 应用ID。
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set 应用ID。- Parameters:
ApplicationId- 应用ID。
-
getSearchCondition
public AppAccountSearchCriteria getSearchCondition()
Get 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。- Returns:
- SearchCondition 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。
-
setSearchCondition
public void setSearchCondition(AppAccountSearchCriteria SearchCondition)
Set 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。- Parameters:
SearchCondition- 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。
-
getOffset
public Long getOffset()
Get 偏移量,默认为 0。- Returns:
- Offset 偏移量,默认为 0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为 0。- Parameters:
Offset- 偏移量,默认为 0。
-
getLimit
public Long getLimit()
Get 返回数量,默认为 20,最大值为 100。- Returns:
- Limit 返回数量,默认为 20,最大值为 100。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为 20,最大值为 100。- Parameters:
Limit- 返回数量,默认为 20,最大值为 100。
-
-