Class AccessFullTextInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.AccessFullTextInfo
-
public class AccessFullTextInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AccessFullTextInfo()AccessFullTextInfo(AccessFullTextInfo 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,表示取不到有效值。BooleangetContainZH()Get 是否包含中文 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。StringgetTokenizer()Get 全文索引的分词符,字符串中每个字符代表一个分词符 注意:此字段可能返回 null,表示取不到有效值。voidsetCaseSensitive(Boolean CaseSensitive)Set 是否大小写敏感 注意:此字段可能返回 null,表示取不到有效值。voidsetContainZH(Boolean ContainZH)Set 是否包含中文 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。voidsetTokenizer(String Tokenizer)Set 全文索引的分词符,字符串中每个字符代表一个分词符 注意:此字段可能返回 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
-
AccessFullTextInfo
public AccessFullTextInfo()
-
AccessFullTextInfo
public AccessFullTextInfo(AccessFullTextInfo 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,表示取不到有效值。
-
getTokenizer
public String getTokenizer()
Get 全文索引的分词符,字符串中每个字符代表一个分词符 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Tokenizer 全文索引的分词符,字符串中每个字符代表一个分词符 注意:此字段可能返回 null,表示取不到有效值。
-
setTokenizer
public void setTokenizer(String Tokenizer)
Set 全文索引的分词符,字符串中每个字符代表一个分词符 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Tokenizer- 全文索引的分词符,字符串中每个字符代表一个分词符 注意:此字段可能返回 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,表示取不到有效值。
-
-