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