public class Asset extends Object
This class is multithread safe: it is immutable. In particular, it is always properly constructed, all of its fields are final, and none of their state can be changed after construction. See p. 53 of Java Concurrency In Practice for more discussion.
| Constructor and Description |
|---|
Asset(String asset_id,
String name,
boolean type_is_crypto) |
| Modifier and Type | Method and Description |
|---|---|
String |
get_asset_id() |
String |
get_name() |
boolean |
is_type_crypto() |
Copyright © 2019 MARMOT SOLUTIONS LTD. All rights reserved.