public class SyslogMessageDTO extends Object
| Constructor and Description | 
|---|
SyslogMessageDTO()  | 
SyslogMessageDTO(ByteBuffer bytes)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object other)  | 
ByteBuffer | 
getBytes()  | 
Date | 
getTimestamp()  | 
int | 
hashCode()  | 
void | 
setBytes(ByteBuffer bytes)  | 
void | 
setTimestamp(Date timestamp)  | 
public SyslogMessageDTO()
public SyslogMessageDTO(ByteBuffer bytes)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public ByteBuffer getBytes()
public void setBytes(ByteBuffer bytes)
Copyright © 2020. All rights reserved.