public final class AuditEventDispatchRequest extends Object implements Serializable
This is a very simple struct-like class.
Constructor and Description |
---|
AuditEventDispatchRequest(AuditEvent event,
Long auditSpecId,
String propTblName)
Constructs an AuditEventDispatchRequest.
|
Modifier and Type | Method and Description |
---|---|
AuditEvent |
getAuditEvent()
Gets the AuditEvent.
|
Long |
getAuditSpecificationId()
Gets the AuditSpecification ID.
|
String |
getEventPropertyTableName()
Gets the name of the property table, or null if standard
table is used.
|
public AuditEventDispatchRequest(AuditEvent event, Long auditSpecId, String propTblName)
event
- the event to dispatchauditSpecId
- the ID of the AuditSpecificationpropTblName
- the name of the property table, or null if standard
table is used.public AuditEvent getAuditEvent()
public Long getAuditSpecificationId()
public String getEventPropertyTableName()
Copyright © 2023. All rights reserved.