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 Verify content Name or Rule.
|
Long |
getEventId()
Get Event ID needs to be submitted when allowlisting an event in the event list.
|
Long |
getId()
Get Rule ID passed during editing
|
String |
getName()
Get Name of rule to be entered
|
String |
getRule()
Get The regular expression to be entered by the user: It must match command content corresponding to the submitted EventId.
|
void |
setCheckField(String CheckField)
Set Verify content Name or Rule.
|
void |
setEventId(Long EventId)
Set Event ID needs to be submitted when allowlisting an event in the event list.
|
void |
setId(Long Id)
Set Rule ID passed during editing
|
void |
setName(String Name)
Set Name of rule to be entered
|
void |
setRule(String Rule)
Set The regular expression to be entered by the user: It must match command content corresponding to the submitted EventId.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CheckBashPolicyParamsRequest()
public CheckBashPolicyParamsRequest(CheckBashPolicyParamsRequest source)
public String getCheckField()
public void setCheckField(String CheckField)
CheckField
- Verify content Name or Rule. (Use a comma to separate them if both need to be verified.)public Long getEventId()
public void setEventId(Long EventId)
EventId
- Event ID needs to be submitted when allowlisting an event in the event list.public String getName()
public void setName(String Name)
Name
- Name of rule to be enteredpublic String getRule()
public void setRule(String Rule)
Rule
- The regular expression to be entered by the user: It must match command content corresponding to the submitted EventId.public Long getId()
public void setId(Long Id)
Id
- Rule ID passed during editingCopyright © 2024. All rights reserved.