Package org.stellar.sdk.xdr
Class DiagnosticEvents
java.lang.Object
org.stellar.sdk.xdr.DiagnosticEvents
DiagnosticEvents's original definition in the XDR file is:
typedef DiagnosticEvent DiagnosticEvents<>;
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DiagnosticEvents
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static DiagnosticEvents
fromXdrBase64
(String xdr) static DiagnosticEvents
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setDiagnosticEvents
(DiagnosticEvent[] DiagnosticEvents) toString()
default String
default byte[]
-
Constructor Details
-
DiagnosticEvents
public DiagnosticEvents() -
DiagnosticEvents
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getDiagnosticEvents
-
setDiagnosticEvents
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-