Class Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote
-
- All Implemented Interfaces:
public final class Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuoteFeeQuotestructure to pass into contracts.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.BuilderA builder for FeeQuote.
-
Method Summary
Modifier and Type Method Description final Longdeadline()final Stringfee()final StringorderId()final Stringrequester()final Longtimestamp()final JsonField<Long>_deadline()Returns the raw JSON value of deadline. final JsonField<String>_fee()Returns the raw JSON value of fee. final JsonField<String>_orderId()Returns the raw JSON value of orderId. final JsonField<String>_requester()Returns the raw JSON value of requester. final JsonField<Long>_timestamp()Returns the raw JSON value of timestamp. final Map<String, JsonValue>_additionalProperties()final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.BuildertoBuilder()final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuotevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builderbuilder()Returns a mutable builder for constructing an instance of FeeQuote. -
-
Method Detail
-
_deadline
final JsonField<Long> _deadline()
Returns the raw JSON value of deadline.
Unlike deadline, this method doesn't throw if the JSON field has an unexpected type.
-
_fee
final JsonField<String> _fee()
Returns the raw JSON value of fee.
Unlike fee, this method doesn't throw if the JSON field has an unexpected type.
-
_orderId
final JsonField<String> _orderId()
Returns the raw JSON value of orderId.
Unlike orderId, this method doesn't throw if the JSON field has an unexpected type.
-
_requester
final JsonField<String> _requester()
Returns the raw JSON value of requester.
Unlike requester, this method doesn't throw if the JSON field has an unexpected type.
-
_timestamp
final JsonField<Long> _timestamp()
Returns the raw JSON value of timestamp.
Unlike timestamp, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder toBuilder()
-
validate
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote validate()
-
builder
final static Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder builder()
Returns a mutable builder for constructing an instance of FeeQuote.
The following fields are required:
.deadline() .fee() .orderId() .requester() .timestamp()
-
-
-
-