Package org.stellar.sdk.xdr
Class SendMore
java.lang.Object
org.stellar.sdk.xdr.SendMore
- All Implemented Interfaces:
XdrElement
SendMore's original definition in the XDR file is:
struct SendMore { uint32 numMessages; };
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SendMore.SendMoreBuilder
builder()
static SendMore
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SendMore
fromXdrBase64
(String xdr) static SendMore
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setNumMessages
(Uint32 numMessages) toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
SendMore
public SendMore() -
SendMore
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getNumMessages
-
setNumMessages
-
equals
-
hashCode
public int hashCode() -
toString
-