public class ValueInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ValueInfo()  | 
ValueInfo(ValueInfo 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 | 
getContainZH()
Get Whether Chinese characters are contained 
 | 
Boolean | 
getSqlFlag()
Get Whether the analysis feature is enabled for the field 
 | 
String | 
getTokenizer()
Get Field delimiter 
 | 
String | 
getType()
Get Field type 
 | 
void | 
setContainZH(Boolean ContainZH)
Set Whether Chinese characters are contained 
 | 
void | 
setSqlFlag(Boolean SqlFlag)
Set Whether the analysis feature is enabled for the field 
 | 
void | 
setTokenizer(String Tokenizer)
Set Field delimiter 
 | 
void | 
setType(String Type)
Set Field type 
 | 
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 ValueInfo()
public ValueInfo(ValueInfo source)
public String getTokenizer()
public void setTokenizer(String Tokenizer)
Tokenizer - Field delimiterpublic String getType()
public void setType(String Type)
Type - Field typepublic Boolean getSqlFlag()
public void setSqlFlag(Boolean SqlFlag)
SqlFlag - Whether the analysis feature is enabled for the fieldpublic Boolean getContainZH()
public void setContainZH(Boolean ContainZH)
ContainZH - Whether Chinese characters are containedCopyright © 2025. All rights reserved.