Package org.stellar.sdk.xdr
Class ClaimClaimableBalanceResult
java.lang.Object
org.stellar.sdk.xdr.ClaimClaimableBalanceResult
ClaimClaimableBalanceResult's original definition in the XDR file is:
union ClaimClaimableBalanceResult switch (ClaimClaimableBalanceResultCode code)
{
case CLAIM_CLAIMABLE_BALANCE_SUCCESS:
void;
case CLAIM_CLAIMABLE_BALANCE_DOES_NOT_EXIST:
case CLAIM_CLAIMABLE_BALANCE_CANNOT_CLAIM:
case CLAIM_CLAIMABLE_BALANCE_LINE_FULL:
case CLAIM_CLAIMABLE_BALANCE_NO_TRUST:
case CLAIM_CLAIMABLE_BALANCE_NOT_AUTHORIZED:
void;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static ClaimClaimableBalanceResultdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic ClaimClaimableBalanceResultfromXdrBase64(String xdr) static ClaimClaimableBalanceResultfromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(ClaimClaimableBalanceResultCode discriminant) toString()default Stringdefault byte[]
-
Constructor Details
-
ClaimClaimableBalanceResult
public ClaimClaimableBalanceResult() -
ClaimClaimableBalanceResult
-
-
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
-