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