public class VerifyDSPADiscoveryRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
VerifyDSPADiscoveryRuleRequest() |
VerifyDSPADiscoveryRuleRequest(VerifyDSPADiscoveryRuleRequest 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 |
---|---|
DataRules |
getContentRule()
Get 内容包含规则,最大支持选择9项
|
String |
getDspaId()
Get DSPA实例ID
|
String |
getMatchOperator()
Get 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一
|
DataRules |
getMetaRule()
Get 字段名包含规则,最大支持选择9项
|
String |
getVerifyContent()
Get 验证规则数据内容,最大长度为1024个字符
|
String |
getVerifyMeta()
Get 验证规则字段名,最大长度为1024个字符
|
void |
setContentRule(DataRules ContentRule)
Set 内容包含规则,最大支持选择9项
|
void |
setDspaId(String DspaId)
Set DSPA实例ID
|
void |
setMatchOperator(String MatchOperator)
Set 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一
|
void |
setMetaRule(DataRules MetaRule)
Set 字段名包含规则,最大支持选择9项
|
void |
setVerifyContent(String VerifyContent)
Set 验证规则数据内容,最大长度为1024个字符
|
void |
setVerifyMeta(String VerifyMeta)
Set 验证规则字段名,最大长度为1024个字符
|
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 VerifyDSPADiscoveryRuleRequest()
public VerifyDSPADiscoveryRuleRequest(VerifyDSPADiscoveryRuleRequest source)
public String getDspaId()
public void setDspaId(String DspaId)
DspaId
- DSPA实例IDpublic String getMatchOperator()
public void setMatchOperator(String MatchOperator)
MatchOperator
- 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一public DataRules getMetaRule()
public void setMetaRule(DataRules MetaRule)
MetaRule
- 字段名包含规则,最大支持选择9项public DataRules getContentRule()
public void setContentRule(DataRules ContentRule)
ContentRule
- 内容包含规则,最大支持选择9项public String getVerifyMeta()
public void setVerifyMeta(String VerifyMeta)
VerifyMeta
- 验证规则字段名,最大长度为1024个字符public String getVerifyContent()
public void setVerifyContent(String VerifyContent)
VerifyContent
- 验证规则数据内容,最大长度为1024个字符Copyright © 2024. All rights reserved.