public class RuleInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RuleInfo() | 
| RuleInfo(RuleInfo 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 | 
|---|---|
| FullTextInfo | getFullText()Get Full-text index configurations | 
| KeyValueInfo | getKeyValue()Get Key-value index configurations | 
| KeyValueInfo | getTag()Get Meta field index configuration | 
| void | setFullText(FullTextInfo FullText)Set Full-text index configurations | 
| void | setKeyValue(KeyValueInfo KeyValue)Set Key-value index configurations | 
| void | setTag(KeyValueInfo Tag)Set Meta field index configuration | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RuleInfo()
public RuleInfo(RuleInfo source)
public FullTextInfo getFullText()
public void setFullText(FullTextInfo FullText)
FullText - Full-text index configurationspublic KeyValueInfo getKeyValue()
public void setKeyValue(KeyValueInfo KeyValue)
KeyValue - Key-value index configurationspublic KeyValueInfo getTag()
public void setTag(KeyValueInfo Tag)
Tag - Meta field index configurationCopyright © 2024. All rights reserved.