Class CheckBashRuleParamsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.CheckBashRuleParamsRequest
-
public class CheckBashRuleParamsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CheckBashRuleParamsRequest()CheckBashRuleParamsRequest(CheckBashRuleParamsRequest 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 StringgetCheckField()Get 校验内容 Name或Rule ,两个都要校验时逗号分割LonggetEventId()Get 在事件列表中新增白名时需要提交事件IDLonggetId()Get 编辑时传的规则idStringgetName()Get 填入的规则名称StringgetRule()Get 用户填入的正则表达式:"正则表达式" 需与 "提交EventId对应的命令内容" 相匹配voidsetCheckField(String CheckField)Set 校验内容 Name或Rule ,两个都要校验时逗号分割voidsetEventId(Long EventId)Set 在事件列表中新增白名时需要提交事件IDvoidsetId(Long Id)Set 编辑时传的规则idvoidsetName(String Name)Set 填入的规则名称voidsetRule(String Rule)Set 用户填入的正则表达式:"正则表达式" 需与 "提交EventId对应的命令内容" 相匹配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
-
CheckBashRuleParamsRequest
public CheckBashRuleParamsRequest()
-
CheckBashRuleParamsRequest
public CheckBashRuleParamsRequest(CheckBashRuleParamsRequest 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
-
getCheckField
public String getCheckField()
Get 校验内容 Name或Rule ,两个都要校验时逗号分割- Returns:
- CheckField 校验内容 Name或Rule ,两个都要校验时逗号分割
-
setCheckField
public void setCheckField(String CheckField)
Set 校验内容 Name或Rule ,两个都要校验时逗号分割- Parameters:
CheckField- 校验内容 Name或Rule ,两个都要校验时逗号分割
-
getEventId
public Long getEventId()
Get 在事件列表中新增白名时需要提交事件ID- Returns:
- EventId 在事件列表中新增白名时需要提交事件ID
-
setEventId
public void setEventId(Long EventId)
Set 在事件列表中新增白名时需要提交事件ID- Parameters:
EventId- 在事件列表中新增白名时需要提交事件ID
-
getName
public String getName()
Get 填入的规则名称- Returns:
- Name 填入的规则名称
-
setName
public void setName(String Name)
Set 填入的规则名称- Parameters:
Name- 填入的规则名称
-
getRule
public String getRule()
Get 用户填入的正则表达式:"正则表达式" 需与 "提交EventId对应的命令内容" 相匹配- Returns:
- Rule 用户填入的正则表达式:"正则表达式" 需与 "提交EventId对应的命令内容" 相匹配
-
setRule
public void setRule(String Rule)
Set 用户填入的正则表达式:"正则表达式" 需与 "提交EventId对应的命令内容" 相匹配- Parameters:
Rule- 用户填入的正则表达式:"正则表达式" 需与 "提交EventId对应的命令内容" 相匹配
-
getId
public Long getId()
Get 编辑时传的规则id- Returns:
- Id 编辑时传的规则id
-
setId
public void setId(Long Id)
Set 编辑时传的规则id- Parameters:
Id- 编辑时传的规则id
-
-