Class Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder
-
- All Implemented Interfaces:
public final class Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.BuilderA builder for FeeQuote.
-
-
Method Summary
-
-
Method Detail
-
deadline
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder deadline(Long deadline)
-
deadline
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder deadline(JsonField<Long> deadline)
Sets Builder.deadline to an arbitrary JSON value.
You should usually call Builder.deadline with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
fee
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder fee(JsonField<String> fee)
Sets Builder.fee to an arbitrary JSON value.
You should usually call Builder.fee with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
orderId
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder orderId(String orderId)
-
orderId
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder orderId(JsonField<String> orderId)
Sets Builder.orderId to an arbitrary JSON value.
You should usually call Builder.orderId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
requester
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder requester(String requester)
-
requester
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder requester(JsonField<String> requester)
Sets Builder.requester to an arbitrary JSON value.
You should usually call Builder.requester with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
timestamp
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder timestamp(Long timestamp)
-
timestamp
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder timestamp(JsonField<Long> timestamp)
Sets Builder.timestamp to an arbitrary JSON value.
You should usually call Builder.timestamp with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final Eip155GetFeeQuoteResponse.OrderFeeContractObject.FeeQuote build()
Returns an immutable instance of FeeQuote.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.deadline() .fee() .orderId() .requester() .timestamp()
-
-
-
-