Package org.mockserver.model
Class BinaryMessage
- java.lang.Object
-
- org.mockserver.model.BinaryMessage
-
-
Constructor Summary
Constructors Constructor Description BinaryMessage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BinaryMessagebytes(byte[] bytes)byte[]getBytes()LocalDateTimegetTimestamp()BinaryMessagewithBytes(byte[] bytes)BinaryMessagewithTimestamp(LocalDateTime timestamp)
-
-
-
Method Detail
-
bytes
public static BinaryMessage bytes(byte[] bytes)
-
withBytes
public BinaryMessage withBytes(byte[] bytes)
-
getBytes
public byte[] getBytes()
-
withTimestamp
public BinaryMessage withTimestamp(LocalDateTime timestamp)
-
getTimestamp
public LocalDateTime getTimestamp()
-
-