public class AuthorizationInfoSearchCriteria extends AbstractModel
header, skipSign
Constructor and Description |
---|
AuthorizationInfoSearchCriteria() |
AuthorizationInfoSearchCriteria(AuthorizationInfoSearchCriteria 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 |
getKeyword()
Get Search by name.
|
void |
setKeyword(String Keyword)
Set Search by name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AuthorizationInfoSearchCriteria()
public AuthorizationInfoSearchCriteria(AuthorizationInfoSearchCriteria source)
public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- Search by name. When the query type is user, the match criteria include username and application name. When the query type is user group, the match criteria include user group name and application name. When the query type is organization, the match criteria include organization name and application name.Copyright © 2024. All rights reserved.