Package org.stellar.sdk.xdr
Class SCSpecUDTStructFieldV0
java.lang.Object
org.stellar.sdk.xdr.SCSpecUDTStructFieldV0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCSpecUDTStructFieldV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCSpecUDTStructFieldV0 encodedSCSpecUDTStructFieldV0) booleanstatic SCSpecUDTStructFieldV0fromXdrBase64(String xdr) static SCSpecUDTStructFieldV0fromXdrByteArray(byte[] xdr) getDoc()getName()getType()inthashCode()voidvoidvoidsetType(SCSpecTypeDef value) byte[]
-
Constructor Details
-
SCSpecUDTStructFieldV0
public SCSpecUDTStructFieldV0()
-
-
Method Details
-
getDoc
-
setDoc
-
getName
-
setName
-
getType
-
setType
-
encode
public static void encode(XdrDataOutputStream stream, SCSpecUDTStructFieldV0 encodedSCSpecUDTStructFieldV0) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-