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