public class DspaDiscoveryRDBRules extends AbstractModel
header, skipSign
Constructor and Description |
---|
DspaDiscoveryRDBRules() |
DspaDiscoveryRDBRules(DspaDiscoveryRDBRules 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 |
---|---|
DspaDiscoveryDataRules |
getContentRule()
Get 内容包含规则,最大支持选择9项
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMatchOperator()
Get 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一
注意:此字段可能返回 null,表示取不到有效值。
|
DspaDiscoveryDataRules |
getMetaRule()
Get 字段名包含规则,最大支持选择9项
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 规则状态;0 不启用, 1 启用
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContentRule(DspaDiscoveryDataRules ContentRule)
Set 内容包含规则,最大支持选择9项
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMatchOperator(String MatchOperator)
Set 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMetaRule(DspaDiscoveryDataRules MetaRule)
Set 字段名包含规则,最大支持选择9项
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 规则状态;0 不启用, 1 启用
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public DspaDiscoveryRDBRules()
public DspaDiscoveryRDBRules(DspaDiscoveryRDBRules source)
public Long getStatus()
public void setStatus(Long Status)
Status
- 规则状态;0 不启用, 1 启用
注意:此字段可能返回 null,表示取不到有效值。public String getMatchOperator()
public void setMatchOperator(String MatchOperator)
MatchOperator
- 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一
注意:此字段可能返回 null,表示取不到有效值。public DspaDiscoveryDataRules getMetaRule()
public void setMetaRule(DspaDiscoveryDataRules MetaRule)
MetaRule
- 字段名包含规则,最大支持选择9项
注意:此字段可能返回 null,表示取不到有效值。public DspaDiscoveryDataRules getContentRule()
public void setContentRule(DspaDiscoveryDataRules ContentRule)
ContentRule
- 内容包含规则,最大支持选择9项
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.