Uses of Class
com.tencentcloudapi.eiam.v20210420.models.AppAccountSearchCriteria
-
Packages that use AppAccountSearchCriteria Package Description com.tencentcloudapi.eiam.v20210420.models -
-
Uses of AppAccountSearchCriteria in com.tencentcloudapi.eiam.v20210420.models
Methods in com.tencentcloudapi.eiam.v20210420.models that return AppAccountSearchCriteria Modifier and Type Method Description AppAccountSearchCriteriaDescribeAppAccountRequest. getSearchCondition()Get 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。Methods in com.tencentcloudapi.eiam.v20210420.models with parameters of type AppAccountSearchCriteria Modifier and Type Method Description voidDescribeAppAccountRequest. setSearchCondition(AppAccountSearchCriteria SearchCondition)Set 查询条件,支持多搜索条件组合、多数据范围匹配的搜索。同时支持查询信息内容全匹配、部分匹配、范围匹配等多种查询方式,具体查询方式为:双引号(“”)表示全匹配、以星号(*)结尾表示字段部分匹配。如果该字段为空,则默认查全量表。Constructors in com.tencentcloudapi.eiam.v20210420.models with parameters of type AppAccountSearchCriteria Constructor Description AppAccountSearchCriteria(AppAccountSearchCriteria 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.
-