public class BlockIgnoreRule extends AbstractModel
header, skipSign
Constructor and Description |
---|
BlockIgnoreRule() |
BlockIgnoreRule(BlockIgnoreRule 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 |
---|---|
Long |
getAction()
Get Rule type.
|
String |
getAddress()
Get Address.
|
String |
getComment()
Get
|
String |
getCountry()
Get Country.
|
Long |
getDirection()
Get Direction.
|
String |
getDomain()
Get Domain name.
|
String |
getEndTime()
Get Time when a rule expires.
|
String |
getEventName()
Get Source event name.
|
String |
getIgnoreReason()
Get Reason for ignoring.
|
String |
getIoc()
Get Rule IP.
|
String |
getLevel()
Get Threat level.
|
Long |
getMatchTimes()
Get Number of rule matching times.
|
String |
getProtocol()
Get Protocol.
|
String |
getSource()
Get Security event source.
|
String |
getStartTime()
Get Time when a rule starts to take effect.
|
String |
getUniqueId()
Get Rule ID.
|
void |
setAction(Long Action)
Set Rule type.
|
void |
setAddress(String Address)
Set Address.
|
void |
setComment(String Comment)
Set
|
void |
setCountry(String Country)
Set Country.
|
void |
setDirection(Long Direction)
Set Direction.
|
void |
setDomain(String Domain)
Set Domain name.
|
void |
setEndTime(String EndTime)
Set Time when a rule expires.
|
void |
setEventName(String EventName)
Set Source event name.
|
void |
setIgnoreReason(String IgnoreReason)
Set Reason for ignoring.
|
void |
setIoc(String Ioc)
Set Rule IP.
|
void |
setLevel(String Level)
Set Threat level.
|
void |
setMatchTimes(Long MatchTimes)
Set Number of rule matching times.
|
void |
setProtocol(String Protocol)
Set Protocol.
|
void |
setSource(String Source)
Set Security event source.
|
void |
setStartTime(String StartTime)
Set Time when a rule starts to take effect.
|
void |
setUniqueId(String UniqueId)
Set Rule ID.
|
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 BlockIgnoreRule()
public BlockIgnoreRule(BlockIgnoreRule source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domain name.
Note: This field may return null, indicating that no valid values can be obtained.public String getIoc()
public void setIoc(String Ioc)
Ioc
- Rule IP.
Note: This field may return null, indicating that no valid values can be obtained.public String getLevel()
public void setLevel(String Level)
Level
- Threat level.
Note: This field may return null, indicating that no valid values can be obtained.public String getEventName()
public void setEventName(String EventName)
EventName
- Source event name.
Note: This field may return null, indicating that no valid values can be obtained.public Long getDirection()
public void setDirection(Long Direction)
Direction
- Direction. Valid values: 0: outbound; 1: inbound.
Note: This field may return null, indicating that no valid values can be obtained.public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Protocol.
Note: This field may return null, indicating that no valid values can be obtained.public String getAddress()
public void setAddress(String Address)
Address
- Address.
Note: This field may return null, indicating that no valid values can be obtained.public Long getAction()
public void setAction(Long Action)
Action
- Rule type. Valid values: 1: block; 2: allow.
Note: This field may return null, indicating that no valid values can be obtained.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Time when a rule starts to take effect.
Note: This field may return null, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Time when a rule expires.
Note: This field may return null, indicating that no valid values can be obtained.public String getIgnoreReason()
public void setIgnoreReason(String IgnoreReason)
IgnoreReason
- Reason for ignoring.
Note: This field may return null, indicating that no valid values can be obtained.public String getSource()
public void setSource(String Source)
Source
- Security event source.
Note: This field may return null, indicating that no valid values can be obtained.public String getUniqueId()
public void setUniqueId(String UniqueId)
UniqueId
- Rule ID.
Note: This field may return null, indicating that no valid values can be obtained.public Long getMatchTimes()
public void setMatchTimes(Long MatchTimes)
MatchTimes
- Number of rule matching times.
Note: This field may return null, indicating that no valid values can be obtained.public String getCountry()
public void setCountry(String Country)
Country
- Country.
Note: This field may return null, indicating that no valid values can be obtained.public String getComment()
public void setComment(String Comment)
Comment
- Copyright © 2024. All rights reserved.