Package org.stellar.sdk.xdr
Class ManageDataOp
java.lang.Object
org.stellar.sdk.xdr.ManageDataOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ManageDataOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ManageDataOp encodedManageDataOp) booleanstatic ManageDataOpfromXdrBase64(String xdr) static ManageDataOpfromXdrByteArray(byte[] xdr) inthashCode()voidsetDataName(String64 value) voidsetDataValue(DataValue value) byte[]
-
Constructor Details
-
ManageDataOp
public ManageDataOp()
-
-
Method Details
-
getDataName
-
setDataName
-
getDataValue
-
setDataValue
-
encode
public static void encode(XdrDataOutputStream stream, ManageDataOp encodedManageDataOp) 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
-