public class RuleInfo extends AbstractModel
| 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 configuration
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| RuleKeyValueInfo | getKeyValue()Get Key-Value index configuration
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| RuleTagInfo | getTag()Get Metafield index configuration
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setFullText(FullTextInfo FullText)Set Full-Text index configuration
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setKeyValue(RuleKeyValueInfo KeyValue)Set Key-Value index configuration
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setTag(RuleTagInfo Tag)Set Metafield index configuration
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic RuleInfo()
public RuleInfo(RuleInfo source)
public FullTextInfo getFullText()
public void setFullText(FullTextInfo FullText)
FullText - Full-Text index configuration
Note: this field may return `null`, indicating that no valid values can be obtained.public RuleKeyValueInfo getKeyValue()
public void setKeyValue(RuleKeyValueInfo KeyValue)
KeyValue - Key-Value index configuration
Note: this field may return `null`, indicating that no valid values can be obtained.public RuleTagInfo getTag()
public void setTag(RuleTagInfo Tag)
Tag - Metafield index configuration
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.