Package org.stellar.sdk.xdr
Class ColdArchiveBoundaryLeaf
java.lang.Object
org.stellar.sdk.xdr.ColdArchiveBoundaryLeaf
ColdArchiveBoundaryLeaf's original definition in the XDR file is:
struct ColdArchiveBoundaryLeaf
{
uint32 index;
bool isLowerBound;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static ColdArchiveBoundaryLeafdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic ColdArchiveBoundaryLeaffromXdrBase64(String xdr) static ColdArchiveBoundaryLeaffromXdrByteArray(byte[] xdr) getIndex()inthashCode()voidvoidsetIsLowerBound(Boolean isLowerBound) toString()default Stringdefault byte[]
-
Constructor Details
-
ColdArchiveBoundaryLeaf
public ColdArchiveBoundaryLeaf() -
ColdArchiveBoundaryLeaf
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getIndex
-
getIsLowerBound
-
setIndex
-
setIsLowerBound
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-