public class IPrepdLog extends SourcePayloadBase implements Serializable
Constructor and Description |
---|
IPrepdLog()
Construct matcher object.
|
IPrepdLog(String input,
Event e,
com.mozilla.secops.parser.ParserState s)
Construct parser object.
|
Modifier and Type | Method and Description |
---|---|
String |
getDecayAfter()
Get decay after - time when reputation begins to heal
|
Boolean |
getException()
Get whether an object is an exception or not
|
String |
getMsg()
Get msg
|
String |
getObject()
Get the object (i.e.
|
String |
getObjectType()
Get object type (i.e.
|
Integer |
getOriginalReputation()
Get the original reputation of the object the violation was applied to
|
Integer |
getReputation()
Get the current reputation of the object the violation was applied to
|
Payload.PayloadType |
getType()
Get payload type.
|
String |
getViolation()
Get violation
|
Boolean |
matcher(String input,
com.mozilla.secops.parser.ParserState s)
Apply matcher.
|
getSourceAddress, getSourceAddressAsn, getSourceAddressAsOrg, getSourceAddressCity, getSourceAddressCountry, getSourceAddressIsp, getSourceAddressLatitude, getSourceAddressLongitude, getSourceAddressTimeZone, setSourceAddress, setSourceAddress
eventIntegerValue, eventStringValue
public String getMsg()
public String getViolation()
public String getDecayAfter()
public Integer getOriginalReputation()
public Integer getReputation()
public String getObjectType()
public Boolean getException()
public String getObject()
public Boolean matcher(String input, com.mozilla.secops.parser.ParserState s)
PayloadBase
matcher
in class PayloadBase
input
- Input string.s
- ParserStatepublic Payload.PayloadType getType()
PayloadBase
getType
in class PayloadBase
Payload.PayloadType
Copyright © 2022. All rights reserved.