* Create struct from object value * @param {!BalanceMessage} other Object value * @returns {!BalanceMessage} Created struct
(other)
| 4815 | * @returns {!BalanceMessage} Created struct |
| 4816 | */ |
| 4817 | static fromObject (other) { |
| 4818 | return new BalanceMessage().copy(other) |
| 4819 | } |
| 4820 | |
| 4821 | /** |
| 4822 | * Get the FBE type |