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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DiagnosticEventsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic DiagnosticEventsfromXdrBase64(String xdr) static DiagnosticEventsfromXdrByteArray(byte[] xdr) inthashCode()voidsetDiagnosticEvents(DiagnosticEvent[] DiagnosticEvents) toString()default Stringdefault 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
-