Package io.mokamint.application.messages
Class GetBalanceResultMessages
java.lang.Object
io.mokamint.application.messages.GetBalanceResultMessages
A provider of
GetBalanceResultMessage.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGson decoder.static classGson encoder.static classJson representation. -
Method Summary
Modifier and TypeMethodDescriptionstatic GetBalanceResultMessageof(Optional<BigInteger> balance, String id) Yields aGetBalanceResultMessage.
-
Method Details
-
of
Yields aGetBalanceResultMessage.- Parameters:
balance- the balance in the result, if anyid- the identifier of the message- Returns:
- the message
-