Class Eip155GetFeeQuoteResponse.OrderFeeContractObject.Fee
-
- All Implemented Interfaces:
public final class Eip155GetFeeQuoteResponse.OrderFeeContractObject.Fee
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEip155GetFeeQuoteResponse.OrderFeeContractObject.Fee.BuilderA builder for Fee.
public final classEip155GetFeeQuoteResponse.OrderFeeContractObject.Fee.TypeType of fee.
-
Method Summary
Modifier and Type Method Description final DoublefeeInEth()The quantity of the fee paid via payment token in ETH. final StringfeeInWei()The quantity of the fee paid via payment token in wei. final Eip155GetFeeQuoteResponse.OrderFeeContractObject.Fee.Typetype()Type of fee. final JsonField<Double>_feeInEth()Returns the raw JSON value of feeInEth. final JsonField<String>_feeInWei()Returns the raw JSON value of feeInWei. final JsonField<Eip155GetFeeQuoteResponse.OrderFeeContractObject.Fee.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final Eip155GetFeeQuoteResponse.OrderFeeContractObject.Fee.BuildertoBuilder()final Eip155GetFeeQuoteResponse.OrderFeeContractObject.Feevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Eip155GetFeeQuoteResponse.OrderFeeContractObject.Fee.Builderbuilder()Returns a mutable builder for constructing an instance of Fee. -
-
Method Detail
-
type
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.Fee.Type type()
Type of fee.
-
_feeInEth
final JsonField<Double> _feeInEth()
Returns the raw JSON value of feeInEth.
Unlike feeInEth, this method doesn't throw if the JSON field has an unexpected type.
-
_feeInWei
final JsonField<String> _feeInWei()
Returns the raw JSON value of feeInWei.
Unlike feeInWei, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<Eip155GetFeeQuoteResponse.OrderFeeContractObject.Fee.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.Fee.Builder toBuilder()
-
validate
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.Fee validate()
-
builder
final static Eip155GetFeeQuoteResponse.OrderFeeContractObject.Fee.Builder builder()
Returns a mutable builder for constructing an instance of Fee.
The following fields are required:
.feeInEth() .feeInWei() .type()
-
-
-
-