public interface AuditLogNodeRequest
Modifier and Type | Method and Description |
---|---|
Blob |
getBlob()
The raw data for the log file from the node
|
String |
getHostInfo()
Ip address and host name for this node
|
Long |
getId()
The primary key
|
String |
getOriginalFileName()
The real file name of the log file on this node
|
AuditLogRequest |
getRequest()
The associated request
|
List<Date> |
getRequestDates()
The dates covered in this log file
|
void |
setBlob(Blob blob) |
void |
setHostInfo(String hostInfo) |
void |
setId(Long id) |
void |
setOriginalFileName(String originalFileName) |
void |
setRequest(AuditLogRequest request) |
void |
setRequestDates(List<Date> requestDates) |
Long getId()
void setId(Long id)
Blob getBlob()
void setBlob(Blob blob)
AuditLogRequest getRequest()
void setRequest(AuditLogRequest request)
String getHostInfo()
void setHostInfo(String hostInfo)
String getOriginalFileName()
void setOriginalFileName(String originalFileName)
Copyright © 2021. All rights reserved.