Class AccessValueInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.AccessValueInfo
-
public class AccessValueInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AccessValueInfo()AccessValueInfo(AccessValueInfo 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 BooleangetContainZH()Get 是否包含中文 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。BooleangetSqlFlag()Get 字段是否开启分析功能 注意:此字段可能返回 null,表示取不到有效值。StringgetTokenizer()Get 字段的分词符,只有当字段类型为text时才有意义;输入字符串中的每个字符代表一个分词符 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 字段类型,目前支持的类型有:long、text、double 注意:此字段可能返回 null,表示取不到有效值。voidsetContainZH(Boolean ContainZH)Set 是否包含中文 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。voidsetSqlFlag(Boolean SqlFlag)Set 字段是否开启分析功能 注意:此字段可能返回 null,表示取不到有效值。voidsetTokenizer(String Tokenizer)Set 字段的分词符,只有当字段类型为text时才有意义;输入字符串中的每个字符代表一个分词符 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 字段类型,目前支持的类型有:long、text、double 注意:此字段可能返回 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
-
AccessValueInfo
public AccessValueInfo()
-
AccessValueInfo
public AccessValueInfo(AccessValueInfo 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
-
getType
public String getType()
Get 字段类型,目前支持的类型有:long、text、double 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 字段类型,目前支持的类型有:long、text、double 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(String Type)
Set 字段类型,目前支持的类型有:long、text、double 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type- 字段类型,目前支持的类型有:long、text、double 注意:此字段可能返回 null,表示取不到有效值。
-
getTokenizer
public String getTokenizer()
Get 字段的分词符,只有当字段类型为text时才有意义;输入字符串中的每个字符代表一个分词符 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Tokenizer 字段的分词符,只有当字段类型为text时才有意义;输入字符串中的每个字符代表一个分词符 注意:此字段可能返回 null,表示取不到有效值。
-
setTokenizer
public void setTokenizer(String Tokenizer)
Set 字段的分词符,只有当字段类型为text时才有意义;输入字符串中的每个字符代表一个分词符 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Tokenizer- 字段的分词符,只有当字段类型为text时才有意义;输入字符串中的每个字符代表一个分词符 注意:此字段可能返回 null,表示取不到有效值。
-
getSqlFlag
public Boolean getSqlFlag()
Get 字段是否开启分析功能 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SqlFlag 字段是否开启分析功能 注意:此字段可能返回 null,表示取不到有效值。
-
setSqlFlag
public void setSqlFlag(Boolean SqlFlag)
Set 字段是否开启分析功能 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SqlFlag- 字段是否开启分析功能 注意:此字段可能返回 null,表示取不到有效值。
-
getContainZH
public Boolean getContainZH()
Get 是否包含中文 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ContainZH 是否包含中文 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
-
setContainZH
public void setContainZH(Boolean ContainZH)
Set 是否包含中文 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ContainZH- 是否包含中文 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
-
-