Package org.stellar.sdk.xdr
Class ColdArchiveDeletedLeaf
java.lang.Object
org.stellar.sdk.xdr.ColdArchiveDeletedLeaf
- All Implemented Interfaces:
XdrElement
ColdArchiveDeletedLeaf's original definition in the XDR file is:
struct ColdArchiveDeletedLeaf
{
uint32 index;
LedgerKey deletedKey;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static ColdArchiveDeletedLeafdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic ColdArchiveDeletedLeaffromXdrBase64(String xdr) static ColdArchiveDeletedLeaffromXdrByteArray(byte[] xdr) getIndex()inthashCode()voidsetDeletedKey(LedgerKey deletedKey) voidtoString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
ColdArchiveDeletedLeaf
public ColdArchiveDeletedLeaf() -
ColdArchiveDeletedLeaf
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getIndex
-
getDeletedKey
-
setIndex
-
setDeletedKey
-
equals
-
hashCode
public int hashCode() -
toString
-