public class PrivateRelay extends PayloadBase implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
PrivateRelay.EventType
Log event type
|
| Constructor and Description |
|---|
PrivateRelay()
Construct matcher object.
|
PrivateRelay(String input,
Event e,
com.mozilla.secops.parser.ParserState state)
Construct parser object.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateRelay.EventType |
getEventType()
Get event type
|
String |
getMsg()
Get msg
|
String |
getRealAddress()
Get real address
|
String |
getRelayAddress()
Get relay address
|
Integer |
getRelayAddressId()
Get relay address ID
|
Payload.PayloadType |
getType()
Get payload type.
|
String |
getUid()
Get UID
|
Boolean |
matcher(String input,
com.mozilla.secops.parser.ParserState state)
Apply matcher.
|
eventIntegerValue, eventStringValuepublic String getMsg()
public String getUid()
public String getRelayAddress()
public String getRealAddress()
public PrivateRelay.EventType getEventType()
public Integer getRelayAddressId()
public Boolean matcher(String input, com.mozilla.secops.parser.ParserState state)
PayloadBasematcher in class PayloadBaseinput - Input string.state - ParserStatepublic Payload.PayloadType getType()
PayloadBasegetType in class PayloadBasePayload.PayloadTypeCopyright © 2022. All rights reserved.