public class AclCondition extends AbstractModel
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 The content to match.
|
String |
getMatchFrom()
Get The field to match.
|
String |
getMatchParam()
Get The parameter of the field.
|
String |
getOperator()
Get The logical operator.
|
void |
setMatchContent(String MatchContent)
Set The content to match.
|
void |
setMatchFrom(String MatchFrom)
Set The field to match.
|
void |
setMatchParam(String MatchParam)
Set The parameter of the field.
|
void |
setOperator(String Operator)
Set The logical operator.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AclCondition()
public AclCondition(AclCondition source)
public String getMatchFrom()
public void setMatchFrom(String MatchFrom)
MatchFrom
- The field to match. Values:
public String getMatchParam()
public void setMatchParam(String MatchParam)
MatchParam
- The parameter of the field. When `MatchFrom = header`, the key contained in the header can be passed.public String getOperator()
public void setOperator(String Operator)
Operator
- The logical operator. Values:
public String getMatchContent()
public void setMatchContent(String MatchContent)
MatchContent
- The content to match.Copyright © 2023. All rights reserved.