Class BinaryMessage
java.lang.Object
de.gematik.test.tiger.mockserver.model.BinaryMessage
- All Implemented Interfaces:
Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BinaryMessagebytes(byte[] bytes) protected booleanbooleanbyte[]getBytes()inthashCode()voidsetBytes(byte[] bytes) voidsetTimestamp(LocalDateTime timestamp) toString()withBytes(byte[] bytes) withTimestamp(LocalDateTime timestamp)
-
Constructor Details
-
BinaryMessage
@ConstructorProperties({"bytes","timestamp"}) public BinaryMessage(byte[] bytes, LocalDateTime timestamp) -
BinaryMessage
public BinaryMessage()
-
-
Method Details