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 SCSpecTypeUDTdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SCSpecTypeUDTfromXdrBase64(String xdr) static SCSpecTypeUDTfromXdrByteArray(byte[] xdr) getName()inthashCode()voidtoString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
SCSpecTypeUDT
public SCSpecTypeUDT() -
SCSpecTypeUDT
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getName
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-