Package org.stellar.sdk.xdr
Class DiagnosticEvent
java.lang.Object
org.stellar.sdk.xdr.DiagnosticEvent
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 DiagnosticEventdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic DiagnosticEventfromXdrBase64(String xdr) static DiagnosticEventfromXdrByteArray(byte[] xdr) getEvent()inthashCode()voidsetEvent(ContractEvent event) voidsetInSuccessfulContractCall(Boolean inSuccessfulContractCall) toString()default Stringdefault byte[]
-
Constructor Details
-
DiagnosticEvent
public DiagnosticEvent() -
DiagnosticEvent
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getInSuccessfulContractCall
-
getEvent
-
setInSuccessfulContractCall
-
setEvent
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-