Constructor and Description |
---|
BinaryMessage() |
Modifier and Type | Method and Description |
---|---|
static BinaryMessage |
bytes(byte[] bytes) |
byte[] |
getBytes() |
LocalDateTime |
getTimestamp() |
BinaryMessage |
withBytes(byte[] bytes) |
BinaryMessage |
withTimestamp(LocalDateTime timestamp) |
public static BinaryMessage bytes(byte[] bytes)
public BinaryMessage withBytes(byte[] bytes)
public byte[] getBytes()
public BinaryMessage withTimestamp(LocalDateTime timestamp)
public LocalDateTime getTimestamp()
Copyright © 2022. All rights reserved.