public class MidQueryCondition extends AbstractModel
Constructor and Description |
---|
MidQueryCondition() |
MidQueryCondition(MidQueryCondition 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 |
getKey()
Get Dimension
|
String |
getOperator()
Get Operator.
|
String[] |
getValue()
Get Dimension value.
|
void |
setKey(String Key)
Set Dimension
|
void |
setOperator(String Operator)
Set Operator.
|
void |
setValue(String[] Value)
Set Dimension value.
|
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 MidQueryCondition()
public MidQueryCondition(MidQueryCondition source)
public String getKey()
public void setKey(String Key)
Key
- Dimensionpublic String getOperator()
public void setOperator(String Operator)
Operator
- Operator. Valid values: eq (equal to), ne (not equal to), inpublic String[] getValue()
public void setValue(String[] Value)
Value
- Dimension value. If `Operator` is `eq` or `ne`, only the first element will be usedCopyright © 2023. All rights reserved.