Package org.stellar.sdk.xdr
Class LedgerCloseMetaExt
java.lang.Object
org.stellar.sdk.xdr.LedgerCloseMetaExt
LedgerCloseMetaExt's original definition in the XDR file is:
union LedgerCloseMetaExt switch (int v)
{
case 0:
void;
case 1:
LedgerCloseMetaExtV1 v1;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static LedgerCloseMetaExtdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic LedgerCloseMetaExtfromXdrBase64(String xdr) static LedgerCloseMetaExtfromXdrByteArray(byte[] xdr) getV1()inthashCode()voidsetDiscriminant(Integer discriminant) voidtoString()default Stringdefault byte[]
-
Constructor Details
-
LedgerCloseMetaExt
public LedgerCloseMetaExt() -
LedgerCloseMetaExt
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDiscriminant
-
getV1
-
setDiscriminant
-
setV1
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-