Class AlloyListResponse.Data
-
- All Implemented Interfaces:
public final class AlloyListResponse.DataAlloy details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAlloyListResponse.Data.BuilderA builder for Data.
public final classAlloyListResponse.Data._SvSchema version
-
Method Summary
Modifier and Type Method Description final Optional<String>id()Unique identifier of the Alloy asset final BooleanisTradable()Indicates if tradable on Dinari platform final Stringname()Name of the Alloy final Stringsymbol()Symbol of the Alloy final Optional<AlloyListResponse.Data._Sv>_sv()Schema version final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Boolean>_isTradable()Returns the raw JSON value of isTradable. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_symbol()Returns the raw JSON value of symbol. final JsonField<AlloyListResponse.Data._Sv>__sv()Returns the raw JSON value of _sv. final Map<String, JsonValue>_additionalProperties()final AlloyListResponse.Data.BuildertoBuilder()final AlloyListResponse.Datavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AlloyListResponse.Data.Builderbuilder()Returns a mutable builder for constructing an instance of Data. -
-
Method Detail
-
isTradable
final Boolean isTradable()
Indicates if tradable on Dinari platform
-
_sv
final Optional<AlloyListResponse.Data._Sv> _sv()
Schema version
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_isTradable
final JsonField<Boolean> _isTradable()
Returns the raw JSON value of isTradable.
Unlike isTradable, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_symbol
final JsonField<String> _symbol()
Returns the raw JSON value of symbol.
Unlike symbol, this method doesn't throw if the JSON field has an unexpected type.
-
__sv
final JsonField<AlloyListResponse.Data._Sv> __sv()
Returns the raw JSON value of _sv.
Unlike _sv, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AlloyListResponse.Data.Builder toBuilder()
-
validate
final AlloyListResponse.Data validate()
-
builder
final static AlloyListResponse.Data.Builder builder()
Returns a mutable builder for constructing an instance of Data.
The following fields are required:
.id() .isTradable() .name() .symbol()
-
-
-
-