Package org.stellar.sdk.xdr
Class LedgerHeaderHistoryEntry.LedgerHeaderHistoryEntryExt
java.lang.Object
org.stellar.sdk.xdr.LedgerHeaderHistoryEntry.LedgerHeaderHistoryEntryExt
- Enclosing class:
LedgerHeaderHistoryEntry
LedgerHeaderHistoryEntryExt's original definition in the XDR file is:
union switch (int v)
{
case 0:
void;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(Integer discriminant) toString()default Stringdefault byte[]
-
Constructor Details
-
LedgerHeaderHistoryEntryExt
public LedgerHeaderHistoryEntryExt() -
LedgerHeaderHistoryEntryExt
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
public static LedgerHeaderHistoryEntry.LedgerHeaderHistoryEntryExt decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
fromXdrBase64
public static LedgerHeaderHistoryEntry.LedgerHeaderHistoryEntryExt fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static LedgerHeaderHistoryEntry.LedgerHeaderHistoryEntryExt fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-
builder
public static LedgerHeaderHistoryEntry.LedgerHeaderHistoryEntryExt.LedgerHeaderHistoryEntryExtBuilder builder() -
toBuilder
-
getDiscriminant
-
setDiscriminant
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-