public class AmoDocker extends SourcePayloadBase implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AmoDocker.EventType |
| Constructor and Description |
|---|
AmoDocker()
Construct matcher object.
|
AmoDocker(String input,
Event e,
com.mozilla.secops.parser.ParserState state)
Construct parser object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddonGuid()
Get addon GUID
|
String |
getAddonId()
Get addon ID
|
String |
getAddonVersion()
Get addon version
|
Integer |
getBytes()
Get bytes
|
AmoDocker.EventType |
getEventType()
Get event type
|
String |
getFileName()
Get file name
|
Boolean |
getFromApi()
Get API submission flag
|
String |
getFxaEmail()
Get FxA profile email
|
String |
getMsg()
Get msg
|
String |
getRemoteIp()
Get remote IP
|
String |
getRestrictedValue()
Get restricted value
|
Payload.PayloadType |
getType()
Get payload type.
|
String |
getUid()
Get UID
|
String |
getUpload()
Get upload
|
String |
getUploadHash()
Get upload hash
|
Integer |
getUserNumericId()
Get numeric user ID
|
Boolean |
matcher(String input,
com.mozilla.secops.parser.ParserState state)
Apply matcher.
|
getSourceAddress, getSourceAddressAsn, getSourceAddressAsOrg, getSourceAddressCity, getSourceAddressCountry, getSourceAddressIsp, getSourceAddressLatitude, getSourceAddressLongitude, getSourceAddressTimeZone, setSourceAddress, setSourceAddresseventIntegerValue, eventStringValuepublic AmoDocker.EventType getEventType()
public String getMsg()
public String getAddonVersion()
public String getFxaEmail()
public String getAddonId()
public String getRemoteIp()
public String getUid()
public String getRestrictedValue()
public String getFileName()
public Integer getBytes()
public Boolean getFromApi()
public String getAddonGuid()
public Integer getUserNumericId()
public String getUpload()
public String getUploadHash()
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.