Package org.stellar.sdk.xdr
Class ColdArchiveArchivedLeaf
java.lang.Object
org.stellar.sdk.xdr.ColdArchiveArchivedLeaf
ColdArchiveArchivedLeaf's original definition in the XDR file is:
struct ColdArchiveArchivedLeaf
{
uint32 index;
LedgerEntry archivedEntry;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static ColdArchiveArchivedLeafdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic ColdArchiveArchivedLeaffromXdrBase64(String xdr) static ColdArchiveArchivedLeaffromXdrByteArray(byte[] xdr) getIndex()inthashCode()voidsetArchivedEntry(LedgerEntry archivedEntry) voidtoString()default Stringdefault byte[]
-
Constructor Details
-
ColdArchiveArchivedLeaf
public ColdArchiveArchivedLeaf() -
ColdArchiveArchivedLeaf
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getIndex
-
getArchivedEntry
-
setIndex
-
setArchivedEntry
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-