Class VerifyDSPADiscoveryRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.VerifyDSPADiscoveryRuleRequest
-
public class VerifyDSPADiscoveryRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataRulesgetContentRule()Get 内容包含规则,最大支持选择9项StringgetDspaId()Get DSPA实例IDStringgetMatchOperator()Get 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一DataRulesgetMetaRule()Get 字段名包含规则,最大支持选择9项StringgetVerifyContent()Get 验证规则数据内容,最大长度为1024个字符StringgetVerifyMeta()Get 验证规则字段名,最大长度为1024个字符voidsetContentRule(DataRules ContentRule)Set 内容包含规则,最大支持选择9项voidsetDspaId(String DspaId)Set DSPA实例IDvoidsetMatchOperator(String MatchOperator)Set 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一voidsetMetaRule(DataRules MetaRule)Set 字段名包含规则,最大支持选择9项voidsetVerifyContent(String VerifyContent)Set 验证规则数据内容,最大长度为1024个字符voidsetVerifyMeta(String VerifyMeta)Set 验证规则字段名,最大长度为1024个字符voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VerifyDSPADiscoveryRuleRequest
public VerifyDSPADiscoveryRuleRequest()
-
VerifyDSPADiscoveryRuleRequest
public 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.
-
-
Method Detail
-
getDspaId
public String getDspaId()
Get DSPA实例ID- Returns:
- DspaId DSPA实例ID
-
setDspaId
public void setDspaId(String DspaId)
Set DSPA实例ID- Parameters:
DspaId- DSPA实例ID
-
getMatchOperator
public String getMatchOperator()
Get 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一- Returns:
- MatchOperator 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一
-
setMatchOperator
public void setMatchOperator(String MatchOperator)
Set 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一- Parameters:
MatchOperator- 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一
-
getMetaRule
public DataRules getMetaRule()
Get 字段名包含规则,最大支持选择9项- Returns:
- MetaRule 字段名包含规则,最大支持选择9项
-
setMetaRule
public void setMetaRule(DataRules MetaRule)
Set 字段名包含规则,最大支持选择9项- Parameters:
MetaRule- 字段名包含规则,最大支持选择9项
-
getContentRule
public DataRules getContentRule()
Get 内容包含规则,最大支持选择9项- Returns:
- ContentRule 内容包含规则,最大支持选择9项
-
setContentRule
public void setContentRule(DataRules ContentRule)
Set 内容包含规则,最大支持选择9项- Parameters:
ContentRule- 内容包含规则,最大支持选择9项
-
getVerifyMeta
public String getVerifyMeta()
Get 验证规则字段名,最大长度为1024个字符- Returns:
- VerifyMeta 验证规则字段名,最大长度为1024个字符
-
setVerifyMeta
public void setVerifyMeta(String VerifyMeta)
Set 验证规则字段名,最大长度为1024个字符- Parameters:
VerifyMeta- 验证规则字段名,最大长度为1024个字符
-
getVerifyContent
public String getVerifyContent()
Get 验证规则数据内容,最大长度为1024个字符- Returns:
- VerifyContent 验证规则数据内容,最大长度为1024个字符
-
setVerifyContent
public void setVerifyContent(String VerifyContent)
Set 验证规则数据内容,最大长度为1024个字符- Parameters:
VerifyContent- 验证规则数据内容,最大长度为1024个字符
-
-