public class ACLCondition extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ACLCondition()  | 
ACLCondition(ACLCondition 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 | 
getMatchContent()
Get Content to match 
 | 
String | 
getMatchFrom()
Get Field to match 
 | 
String | 
getMatchParam()
Get String to match 
 | 
String | 
getOperator()
Get Relation between the field and content 
 | 
void | 
setMatchContent(String MatchContent)
Set Content to match 
 | 
void | 
setMatchFrom(String MatchFrom)
Set Field to match 
 | 
void | 
setMatchParam(String MatchParam)
Set String to match 
 | 
void | 
setOperator(String Operator)
Set Relation between the field and content 
 | 
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 ACLCondition()
public ACLCondition(ACLCondition source)
public String getMatchFrom()
public void setMatchFrom(String MatchFrom)
MatchFrom - Field to matchpublic String getMatchParam()
public void setMatchParam(String MatchParam)
MatchParam - String to matchpublic String getOperator()
public void setOperator(String Operator)
Operator - Relation between the field and contentpublic String getMatchContent()
public void setMatchContent(String MatchContent)
MatchContent - Content to matchCopyright © 2025. All rights reserved.