Package org.stellar.sdk.xdr
Class ClaimableBalanceEntry.ClaimableBalanceEntryExt
java.lang.Object
org.stellar.sdk.xdr.ClaimableBalanceEntry.ClaimableBalanceEntryExt
- Enclosing class:
ClaimableBalanceEntry
ClaimableBalanceEntryExt's original definition in the XDR file is:
union switch (int v) { case 0: void; case 1: ClaimableBalanceEntryExtensionV1 v1; }
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionClaimableBalanceEntryExt
(Integer discriminant, ClaimableBalanceEntryExtensionV1 v1) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
fromXdrBase64
(String xdr) fromXdrByteArray
(byte[] xdr) getV1()
int
hashCode()
void
setDiscriminant
(Integer discriminant) void
toString()
default String
default byte[]
-
Constructor Details
-
ClaimableBalanceEntryExt
public ClaimableBalanceEntryExt() -
ClaimableBalanceEntryExt
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
public static ClaimableBalanceEntry.ClaimableBalanceEntryExt decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
fromXdrBase64
public static ClaimableBalanceEntry.ClaimableBalanceEntryExt fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static ClaimableBalanceEntry.ClaimableBalanceEntryExt fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-
builder
public static ClaimableBalanceEntry.ClaimableBalanceEntryExt.ClaimableBalanceEntryExtBuilder builder() -
toBuilder
-
getDiscriminant
-
getV1
-
setDiscriminant
-
setV1
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-