Package org.stellar.sdk.xdr
Class SCMetaV0
java.lang.Object
org.stellar.sdk.xdr.SCMetaV0
- All Implemented Interfaces:
XdrElement
SCMetaV0's original definition in the XDR file is:
struct SCMetaV0
{
string key<>;
string val<>;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCMetaV0.SCMetaV0Builderbuilder()static SCMetaV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SCMetaV0fromXdrBase64(String xdr) static SCMetaV0fromXdrByteArray(byte[] xdr) getKey()getVal()inthashCode()voidvoidtoString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
SCMetaV0
public SCMetaV0() -
SCMetaV0
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getKey
-
getVal
-
setKey
-
setVal
-
equals
-
hashCode
public int hashCode() -
toString
-