Package org.stellar.sdk.xdr
Class SetOptionsResult
java.lang.Object
org.stellar.sdk.xdr.SetOptionsResult
SetOptionsResult's original definition in the XDR file is:
union SetOptionsResult switch (SetOptionsResultCode code) { case SET_OPTIONS_SUCCESS: void; case SET_OPTIONS_LOW_RESERVE: case SET_OPTIONS_TOO_MANY_SIGNERS: case SET_OPTIONS_BAD_FLAGS: case SET_OPTIONS_INVALID_INFLATION: case SET_OPTIONS_CANT_CHANGE: case SET_OPTIONS_UNKNOWN_FLAG: case SET_OPTIONS_THRESHOLD_OUT_OF_RANGE: case SET_OPTIONS_BAD_SIGNER: case SET_OPTIONS_INVALID_HOME_DOMAIN: case SET_OPTIONS_AUTH_REVOCABLE_REQUIRED: void; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static SetOptionsResult
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SetOptionsResult
fromXdrBase64
(String xdr) static SetOptionsResult
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setDiscriminant
(SetOptionsResultCode discriminant) toString()
default String
default byte[]
-
Constructor Details
-
SetOptionsResult
public SetOptionsResult() -
SetOptionsResult
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDiscriminant
-
setDiscriminant
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-