public class AccessRuleInfo extends AbstractModel
Constructor and Description |
---|
AccessRuleInfo() |
AccessRuleInfo(AccessRuleInfo 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 |
---|---|
AccessFullTextInfo |
getFullText()
Get 全文索引配置
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。
|
AccessRuleKeyValueInfo |
getKeyValue()
Get 键值索引配置
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。
|
AccessRuleTagInfo |
getTag()
Get 元字段索引配置
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFullText(AccessFullTextInfo FullText)
Set 全文索引配置
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKeyValue(AccessRuleKeyValueInfo KeyValue)
Set 键值索引配置
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTag(AccessRuleTagInfo Tag)
Set 元字段索引配置
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。
|
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 AccessRuleInfo()
public AccessRuleInfo(AccessRuleInfo source)
public AccessFullTextInfo getFullText()
public void setFullText(AccessFullTextInfo FullText)
FullText
- 全文索引配置
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。public AccessRuleKeyValueInfo getKeyValue()
public void setKeyValue(AccessRuleKeyValueInfo KeyValue)
KeyValue
- 键值索引配置
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。public AccessRuleTagInfo getTag()
public void setTag(AccessRuleTagInfo Tag)
Tag
- 元字段索引配置
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.