public class ValueInfo extends AbstractModel
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 是否包含中文
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getSqlFlag()
Get 字段是否开启分析功能
|
String |
getTokenizer()
Get 字段的分词符,其中的每个字符代表一个分词符;
仅支持英文符号及\n\t\r;
long及double类型字段需为空;
text类型字段推荐使用 @&?|#()='",;:<>[]{}/ \n\t\r\\ 作为分词符;
|
String |
getType()
Get 字段类型,目前支持的类型有:long、text、double
|
void |
setContainZH(Boolean ContainZH)
Set 是否包含中文
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSqlFlag(Boolean SqlFlag)
Set 字段是否开启分析功能
|
void |
setTokenizer(String Tokenizer)
Set 字段的分词符,其中的每个字符代表一个分词符;
仅支持英文符号及\n\t\r;
long及double类型字段需为空;
text类型字段推荐使用 @&?|#()='",;:<>[]{}/ \n\t\r\\ 作为分词符;
|
void |
setType(String Type)
Set 字段类型,目前支持的类型有:long、text、double
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ValueInfo()
public ValueInfo(ValueInfo source)
public String getType()
public void setType(String Type)
Type
- 字段类型,目前支持的类型有:long、text、doublepublic String getTokenizer()
public void setTokenizer(String Tokenizer)
Tokenizer
- 字段的分词符,其中的每个字符代表一个分词符;
仅支持英文符号及\n\t\r;
long及double类型字段需为空;
text类型字段推荐使用 @&?|#()='",;:<>[]{}/ \n\t\r\\ 作为分词符;public Boolean getSqlFlag()
public void setSqlFlag(Boolean SqlFlag)
SqlFlag
- 字段是否开启分析功能public Boolean getContainZH()
public void setContainZH(Boolean ContainZH)
ContainZH
- 是否包含中文
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.