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.SCMetaV0Builder
builder()
static SCMetaV0
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SCMetaV0
fromXdrBase64
(String xdr) static SCMetaV0
fromXdrByteArray
(byte[] xdr) getKey()
getVal()
int
hashCode()
void
void
toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
SCMetaV0
public SCMetaV0() -
SCMetaV0
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getKey
-
getVal
-
setKey
-
setVal
-
equals
-
hashCode
public int hashCode() -
toString
-