Package org.stellar.sdk.xdr
Class DataEntry.DataEntryExt
java.lang.Object
org.stellar.sdk.xdr.DataEntry.DataEntryExt
- Enclosing class:
DataEntry
DataEntryExt's original definition in the XDR file is:
union switch (int v)
{
case 0:
void;
}
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static DataEntry.DataEntryExtdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic DataEntry.DataEntryExtfromXdrBase64(String xdr) static DataEntry.DataEntryExtfromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(Integer discriminant) toString()default Stringdefault byte[]
-
Constructor Details
-
DataEntryExt
public DataEntryExt() -
DataEntryExt
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDiscriminant
-
setDiscriminant
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-