public class CheckBashPolicyParamsRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
CheckBashPolicyParamsRequest() |
CheckBashPolicyParamsRequest(CheckBashPolicyParamsRequest 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 |
|---|---|
String |
getCheckField()
Get 校验内容字段,如果需要检测多个字段时,用逗号分割
Name 策略名称
Process 进程
Name PProcess 父进程
Name AProcess 祖先进程
|
Long |
getEventId()
Get 在事件列表中新增白名时需要提交事件ID
|
Long |
getId()
Get 编辑时传的规则id
|
String |
getName()
Get 填入的规则名称
|
String |
getRule()
Get 该字段不在维护,如果填入该参数,自动替换到Rules.Process
|
PolicyRules |
getRules()
Get 规则表达式
|
void |
setCheckField(String CheckField)
Set 校验内容字段,如果需要检测多个字段时,用逗号分割
Name 策略名称
Process 进程
Name PProcess 父进程
Name AProcess 祖先进程
|
void |
setEventId(Long EventId)
Set 在事件列表中新增白名时需要提交事件ID
|
void |
setId(Long Id)
Set 编辑时传的规则id
|
void |
setName(String Name)
Set 填入的规则名称
|
void |
setRule(String Rule)
Set 该字段不在维护,如果填入该参数,自动替换到Rules.Process
|
void |
setRules(PolicyRules Rules)
Set 规则表达式
|
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, toJsonStringpublic CheckBashPolicyParamsRequest()
public CheckBashPolicyParamsRequest(CheckBashPolicyParamsRequest source)
public String getCheckField()
public void setCheckField(String CheckField)
CheckField - 校验内容字段,如果需要检测多个字段时,用逗号分割
public Long getEventId()
public void setEventId(Long EventId)
EventId - 在事件列表中新增白名时需要提交事件IDpublic String getName()
public void setName(String Name)
Name - 填入的规则名称public String getRule()
public void setRule(String Rule)
Rule - 该字段不在维护,如果填入该参数,自动替换到Rules.Processpublic Long getId()
public void setId(Long Id)
Id - 编辑时传的规则idpublic PolicyRules getRules()
public void setRules(PolicyRules Rules)
Rules - 规则表达式Copyright © 2025. All rights reserved.