Package org.stellar.sdk.xdr
Class SendMore
java.lang.Object
org.stellar.sdk.xdr.SendMore
SendMore's original definition in the XDR file is:
struct SendMore { uint32 numMessages; };
-
Nested Class Summary
-
Constructor Summary
-
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()
default String
default byte[]
-
Constructor Details
-
SendMore
public SendMore() -
SendMore
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getNumMessages
-
setNumMessages
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-