Class AccessRuleKeyValueInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.AccessRuleKeyValueInfo
-
public class AccessRuleKeyValueInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AccessRuleKeyValueInfo()AccessRuleKeyValueInfo(AccessRuleKeyValueInfo 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 是否大小写敏感 注意:此字段可能返回 null,表示取不到有效值。AccessKeyValueInfo[]getKeyValues()Get 需要建立索引的键值对信息;最大只能配置100个键值对 注意:此字段可能返回 null,表示取不到有效值。voidsetCaseSensitive(Boolean CaseSensitive)Set 是否大小写敏感 注意:此字段可能返回 null,表示取不到有效值。voidsetKeyValues(AccessKeyValueInfo[] KeyValues)Set 需要建立索引的键值对信息;最大只能配置100个键值对 注意:此字段可能返回 null,表示取不到有效值。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
-
AccessRuleKeyValueInfo
public AccessRuleKeyValueInfo()
-
AccessRuleKeyValueInfo
public AccessRuleKeyValueInfo(AccessRuleKeyValueInfo 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 是否大小写敏感 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CaseSensitive 是否大小写敏感 注意:此字段可能返回 null,表示取不到有效值。
-
setCaseSensitive
public void setCaseSensitive(Boolean CaseSensitive)
Set 是否大小写敏感 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CaseSensitive- 是否大小写敏感 注意:此字段可能返回 null,表示取不到有效值。
-
getKeyValues
public AccessKeyValueInfo[] getKeyValues()
Get 需要建立索引的键值对信息;最大只能配置100个键值对 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- KeyValues 需要建立索引的键值对信息;最大只能配置100个键值对 注意:此字段可能返回 null,表示取不到有效值。
-
setKeyValues
public void setKeyValues(AccessKeyValueInfo[] KeyValues)
Set 需要建立索引的键值对信息;最大只能配置100个键值对 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
KeyValues- 需要建立索引的键值对信息;最大只能配置100个键值对 注意:此字段可能返回 null,表示取不到有效值。
-
-