Class QueryCondition
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.QueryCondition
-
public class QueryCondition extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryCondition()QueryCondition(QueryCondition 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 StringgetKey()Get 筛选条件的key。StringgetOperator()Get 查询条件操作符,操作类型有: equals: 等于; notEquals: 不等于; include: 包含; notInclude: 不包含; startWith: 开始的值是value; notStartWith: 不以value的值开始; endWith: 结尾是value值; notEndWith: 不以value的值结尾。String[]getValue()Get 筛选条件的值。voidsetKey(String Key)Set 筛选条件的key。voidsetOperator(String Operator)Set 查询条件操作符,操作类型有: equals: 等于; notEquals: 不等于; include: 包含; notInclude: 不包含; startWith: 开始的值是value; notStartWith: 不以value的值开始; endWith: 结尾是value值; notEndWith: 不以value的值结尾。voidsetValue(String[] Value)Set 筛选条件的值。voidtoMap(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
-
QueryCondition
public QueryCondition()
-
QueryCondition
public QueryCondition(QueryCondition 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 筛选条件的key。- Returns:
- Key 筛选条件的key。
-
setKey
public void setKey(String Key)
Set 筛选条件的key。- Parameters:
Key- 筛选条件的key。
-
getOperator
public String getOperator()
Get 查询条件操作符,操作类型有:- equals: 等于;
- notEquals: 不等于;
- include: 包含;
- notInclude: 不包含;
- startWith: 开始的值是value;
- notStartWith: 不以value的值开始;
- endWith: 结尾是value值;
- notEndWith: 不以value的值结尾。
- Returns:
- Operator 查询条件操作符,操作类型有:
- equals: 等于;
- notEquals: 不等于;
- include: 包含;
- notInclude: 不包含;
- startWith: 开始的值是value;
- notStartWith: 不以value的值开始;
- endWith: 结尾是value值;
- notEndWith: 不以value的值结尾。
-
setOperator
public void setOperator(String Operator)
Set 查询条件操作符,操作类型有:- equals: 等于;
- notEquals: 不等于;
- include: 包含;
- notInclude: 不包含;
- startWith: 开始的值是value;
- notStartWith: 不以value的值开始;
- endWith: 结尾是value值;
- notEndWith: 不以value的值结尾。
- Parameters:
Operator- 查询条件操作符,操作类型有:- equals: 等于;
- notEquals: 不等于;
- include: 包含;
- notInclude: 不包含;
- startWith: 开始的值是value;
- notStartWith: 不以value的值开始;
- endWith: 结尾是value值;
- notEndWith: 不以value的值结尾。
-
getValue
public String[] getValue()
Get 筛选条件的值。- Returns:
- Value 筛选条件的值。
-
setValue
public void setValue(String[] Value)
Set 筛选条件的值。- Parameters:
Value- 筛选条件的值。
-
-