Package org.stellar.sdk.xdr
Class SendMoreExtended
java.lang.Object
org.stellar.sdk.xdr.SendMoreExtended
SendMoreExtended's original definition in the XDR file is:
struct SendMoreExtended
{
uint32 numMessages;
uint32 numBytes;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static SendMoreExtendeddecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SendMoreExtendedfromXdrBase64(String xdr) static SendMoreExtendedfromXdrByteArray(byte[] xdr) inthashCode()voidsetNumBytes(Uint32 numBytes) voidsetNumMessages(Uint32 numMessages) toString()default Stringdefault byte[]
-
Constructor Details
-
SendMoreExtended
public SendMoreExtended() -
SendMoreExtended
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getNumMessages
-
getNumBytes
-
setNumMessages
-
setNumBytes
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-