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 维度
|
String |
getOperator()
Get 操作符,支持等于(eq)、不等于(ne),以及in
|
String[] |
getValue()
Get 维度值,当Op是eq、ne时,只使用第一个元素
|
void |
setKey(String Key)
Set 维度
|
void |
setOperator(String Operator)
Set 操作符,支持等于(eq)、不等于(ne),以及in
|
void |
setValue(String[] Value)
Set 维度值,当Op是eq、ne时,只使用第一个元素
|
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
- 维度public String getOperator()
public void setOperator(String Operator)
Operator
- 操作符,支持等于(eq)、不等于(ne),以及inpublic String[] getValue()
public void setValue(String[] Value)
Value
- 维度值,当Op是eq、ne时,只使用第一个元素Copyright © 2022. All rights reserved.