public class OriginGroupCondition extends AbstractModel
| Constructor and Description |
|---|
OriginGroupCondition() |
OriginGroupCondition(OriginGroupCondition 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 |
getOperator()
Get The operator.
|
String |
getTarget()
Get Match type.
|
String[] |
getValues()
Get Values of the match type.
|
void |
setOperator(String Operator)
Set The operator.
|
void |
setTarget(String Target)
Set Match type.
|
void |
setValues(String[] Values)
Set Values of the match type.
|
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, toJsonStringpublic OriginGroupCondition()
public OriginGroupCondition(OriginGroupCondition source)
public String getTarget()
public void setTarget(String Target)
Target - Match type. Values:
public String getOperator()
public void setOperator(String Operator)
Operator - The operator. Values:
public String[] getValues()
public void setValues(String[] Values)
Values - Values of the match type.Copyright © 2022. All rights reserved.