public class ApplicationInfoSearchCriteria extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ApplicationInfoSearchCriteria()  | 
ApplicationInfoSearchCriteria(ApplicationInfoSearchCriteria 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 | 
getApplicationType()
Get Application type. 
 | 
String | 
getKeyword()
Get Application search keyword, which can be application name or ID. 
 | 
void | 
setApplicationType(String ApplicationType)
Set Application type. 
 | 
void | 
setKeyword(String Keyword)
Set Application search keyword, which can be application name or ID. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ApplicationInfoSearchCriteria()
public ApplicationInfoSearchCriteria(ApplicationInfoSearchCriteria source)
public String getKeyword()
public void setKeyword(String Keyword)
Keyword - Application search keyword, which can be application name or ID.public String getApplicationType()
public void setApplicationType(String ApplicationType)
ApplicationType - Application type. Valid values: OAUTH2, JWT, CAS, SAML2, FORM, OIDC, APIGWCopyright © 2025. All rights reserved.