public class FullTextInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FullTextInfo() | 
| FullTextInfo(FullTextInfo 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getCaseSensitive()Get Whether case-sensitive | 
| Boolean | getContainZH()Get Whether Chinese characters are contained. | 
| String | getTokenizer()Get Delimiter | 
| void | setCaseSensitive(Boolean CaseSensitive)Set Whether case-sensitive | 
| void | setContainZH(Boolean ContainZH)Set Whether Chinese characters are contained. | 
| void | setTokenizer(String Tokenizer)Set Delimiter | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic FullTextInfo()
public FullTextInfo(FullTextInfo source)
public Boolean getCaseSensitive()
public void setCaseSensitive(Boolean CaseSensitive)
CaseSensitive - Whether case-sensitivepublic String getTokenizer()
public void setTokenizer(String Tokenizer)
Tokenizer - Delimiterpublic Boolean getContainZH()
public void setContainZH(Boolean ContainZH)
ContainZH - Whether Chinese characters are contained.Copyright © 2025. All rights reserved.