Package org.stellar.sdk.xdr
Class SCSpecUDTErrorEnumCaseV0
java.lang.Object
org.stellar.sdk.xdr.SCSpecUDTErrorEnumCaseV0
SCSpecUDTErrorEnumCaseV0's original definition in the XDR file is:
struct SCSpecUDTErrorEnumCaseV0 { string doc<SC_SPEC_DOC_LIMIT>; string name<60>; uint32 value; };
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static SCSpecUDTErrorEnumCaseV0
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SCSpecUDTErrorEnumCaseV0
fromXdrBase64
(String xdr) static SCSpecUDTErrorEnumCaseV0
fromXdrByteArray
(byte[] xdr) getDoc()
getName()
getValue()
int
hashCode()
void
void
void
toString()
default String
default byte[]
-
Constructor Details
-
SCSpecUDTErrorEnumCaseV0
public SCSpecUDTErrorEnumCaseV0() -
SCSpecUDTErrorEnumCaseV0
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDoc
-
getName
-
getValue
-
setDoc
-
setName
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-