Class MidQueryCondition
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.MidQueryCondition
-
public class MidQueryCondition extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
Get 维度String
getOperator()
Get 操作符,支持等于(eq)、不等于(ne),以及inString[]
getValue()
Get 维度值,当Op是eq、ne时,只使用第一个元素void
setKey(String Key)
Set 维度void
setOperator(String Operator)
Set 操作符,支持等于(eq)、不等于(ne),以及invoid
setValue(String[] Value)
Set 维度值,当Op是eq、ne时,只使用第一个元素void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MidQueryCondition
public MidQueryCondition()
-
MidQueryCondition
public 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.
-
-
Method Detail
-
getKey
public String getKey()
Get 维度- Returns:
- Key 维度
-
setKey
public void setKey(String Key)
Set 维度- Parameters:
Key
- 维度
-
getOperator
public String getOperator()
Get 操作符,支持等于(eq)、不等于(ne),以及in- Returns:
- Operator 操作符,支持等于(eq)、不等于(ne),以及in
-
setOperator
public void setOperator(String Operator)
Set 操作符,支持等于(eq)、不等于(ne),以及in- Parameters:
Operator
- 操作符,支持等于(eq)、不等于(ne),以及in
-
getValue
public String[] getValue()
Get 维度值,当Op是eq、ne时,只使用第一个元素- Returns:
- Value 维度值,当Op是eq、ne时,只使用第一个元素
-
setValue
public void setValue(String[] Value)
Set 维度值,当Op是eq、ne时,只使用第一个元素- Parameters:
Value
- 维度值,当Op是eq、ne时,只使用第一个元素
-
-