Class ExternalGetNonceResponse
-
- All Implemented Interfaces:
public final class ExternalGetNonceResponseConnection message to sign to prove ownership of the
Wallet.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExternalGetNonceResponse.BuilderA builder for ExternalGetNonceResponse.
-
Method Summary
Modifier and Type Method Description final Stringmessage()Message to be signed by the Walletfinal Stringnonce()Single-use identifier final JsonField<String>_message()Returns the raw JSON value of message. final JsonField<String>_nonce()Returns the raw JSON value of nonce. final Map<String, JsonValue>_additionalProperties()final ExternalGetNonceResponse.BuildertoBuilder()final ExternalGetNonceResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ExternalGetNonceResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ExternalGetNonceResponse. -
-
Method Detail
-
_message
final JsonField<String> _message()
Returns the raw JSON value of message.
Unlike message, this method doesn't throw if the JSON field has an unexpected type.
-
_nonce
final JsonField<String> _nonce()
Returns the raw JSON value of nonce.
Unlike nonce, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ExternalGetNonceResponse.Builder toBuilder()
-
validate
final ExternalGetNonceResponse validate()
-
builder
final static ExternalGetNonceResponse.Builder builder()
Returns a mutable builder for constructing an instance of ExternalGetNonceResponse.
The following fields are required:
.message() .nonce()
-
-
-
-