Class Eip155CreatePermitResponse
-
- All Implemented Interfaces:
public final class Eip155CreatePermitResponseToken permit to be signed by the smart contract submitter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEip155CreatePermitResponse.BuilderA builder for Eip155CreatePermitResponse.
public final classEip155CreatePermitResponse.PermitToken permit that is to be signed by smart contract submitter for authorizing token transfer for the
OrderRequest
-
Method Summary
Modifier and Type Method Description final StringorderRequestId()ID representing the EIP155 OrderRequestfinal Eip155CreatePermitResponse.Permitpermit()Token permit that is to be signed by smart contract submitter for authorizing token transfer for the OrderRequestfinal JsonField<String>_orderRequestId()Returns the raw JSON value of orderRequestId. final JsonField<Eip155CreatePermitResponse.Permit>_permit()Returns the raw JSON value of permit. final Map<String, JsonValue>_additionalProperties()final Eip155CreatePermitResponse.BuildertoBuilder()final Eip155CreatePermitResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Eip155CreatePermitResponse.Builderbuilder()Returns a mutable builder for constructing an instance of Eip155CreatePermitResponse. -
-
Method Detail
-
orderRequestId
final String orderRequestId()
ID representing the EIP155
OrderRequest
-
permit
final Eip155CreatePermitResponse.Permit permit()
Token permit that is to be signed by smart contract submitter for authorizing token transfer for the
OrderRequest
-
_orderRequestId
final JsonField<String> _orderRequestId()
Returns the raw JSON value of orderRequestId.
Unlike orderRequestId, this method doesn't throw if the JSON field has an unexpected type.
-
_permit
final JsonField<Eip155CreatePermitResponse.Permit> _permit()
Returns the raw JSON value of permit.
Unlike permit, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Eip155CreatePermitResponse.Builder toBuilder()
-
validate
final Eip155CreatePermitResponse validate()
-
builder
final static Eip155CreatePermitResponse.Builder builder()
Returns a mutable builder for constructing an instance of Eip155CreatePermitResponse.
The following fields are required:
.orderRequestId() .permit()
-
-
-
-