ImmutableOutputDataMessage |
ImmutableOutputDataMessage.Builder.build() |
|
static ImmutableOutputDataMessage |
ImmutableOutputDataMessage.copyOf(OutputDataMessage instance) |
|
ImmutableOutputDataMessage |
ImmutableOutputDataMessage.withDevice(Device value) |
Copy the current immutable object by setting a value for the device attribute.
|
ImmutableOutputDataMessage |
ImmutableOutputDataMessage.withKeepAlive(boolean value) |
Copy the current immutable object by setting a value for the keepAlive attribute.
|
ImmutableOutputDataMessage |
ImmutableOutputDataMessage.withPayload(byte... elements) |
Copy the current immutable object with elements that replace the content of payload.
|
ImmutableOutputDataMessage |
ImmutableOutputDataMessage.withReceived(int value) |
Copy the current immutable object by setting a value for the received attribute.
|