Class RuleKeyValueInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.RuleKeyValueInfo
-
public class RuleKeyValueInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RuleKeyValueInfo()RuleKeyValueInfo(RuleKeyValueInfo 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 BooleangetCaseSensitive()Get 是否大小写敏感KeyValueInfo[]getKeyValues()Get 需要建立索引的键值对信息voidsetCaseSensitive(Boolean CaseSensitive)Set 是否大小写敏感voidsetKeyValues(KeyValueInfo[] KeyValues)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
-
RuleKeyValueInfo
public RuleKeyValueInfo()
-
RuleKeyValueInfo
public RuleKeyValueInfo(RuleKeyValueInfo 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
-
getCaseSensitive
public Boolean getCaseSensitive()
Get 是否大小写敏感- Returns:
- CaseSensitive 是否大小写敏感
-
setCaseSensitive
public void setCaseSensitive(Boolean CaseSensitive)
Set 是否大小写敏感- Parameters:
CaseSensitive- 是否大小写敏感
-
getKeyValues
public KeyValueInfo[] getKeyValues()
Get 需要建立索引的键值对信息- Returns:
- KeyValues 需要建立索引的键值对信息
-
setKeyValues
public void setKeyValues(KeyValueInfo[] KeyValues)
Set 需要建立索引的键值对信息- Parameters:
KeyValues- 需要建立索引的键值对信息
-
-