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
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static ColdArchiveBoundaryLeaf
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static ColdArchiveBoundaryLeaf
fromXdrBase64
(String xdr) static ColdArchiveBoundaryLeaf
fromXdrByteArray
(byte[] xdr) getIndex()
int
hashCode()
void
void
setIsLowerBound
(Boolean isLowerBound) toString()
default String
default 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
-