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 匹配内容
|
String |
getMatchFrom()
Get 匹配字段
|
String |
getMatchParam()
Get 匹配字符串
|
String |
getOperator()
Get 匹配关系
|
void |
setMatchContent(String MatchContent)
Set 匹配内容
|
void |
setMatchFrom(String MatchFrom)
Set 匹配字段
|
void |
setMatchParam(String MatchParam)
Set 匹配字符串
|
void |
setOperator(String Operator)
Set 匹配关系
|
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
- 匹配字段public String getMatchParam()
public void setMatchParam(String MatchParam)
MatchParam
- 匹配字符串public String getOperator()
public void setOperator(String Operator)
Operator
- 匹配关系public String getMatchContent()
public void setMatchContent(String MatchContent)
MatchContent
- 匹配内容Copyright © 2022. All rights reserved.