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.SendMoreBuilderbuilder()static SendMoredecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SendMorefromXdrBase64(String xdr) static SendMorefromXdrByteArray(byte[] xdr) inthashCode()voidsetNumMessages(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:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getNumMessages
-
setNumMessages
-
equals
-
hashCode
public int hashCode() -
toString
-