public static class DataEntry.DataEntryExt extends java.lang.Object implements XdrElement
union switch (int v) { case 0: void; }
Modifier and Type | Class and Description |
---|---|
static class |
DataEntry.DataEntryExt.DataEntryExtBuilder |
Constructor and Description |
---|
DataEntryExt() |
DataEntryExt(java.lang.Integer discriminant) |
Modifier and Type | Method and Description |
---|---|
static DataEntry.DataEntryExt.DataEntryExtBuilder |
builder() |
static DataEntry.DataEntryExt |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static DataEntry.DataEntryExt |
fromXdrBase64(java.lang.String xdr) |
static DataEntry.DataEntryExt |
fromXdrByteArray(byte[] xdr) |
java.lang.Integer |
getDiscriminant() |
int |
hashCode() |
void |
setDiscriminant(java.lang.Integer discriminant) |
DataEntry.DataEntryExt.DataEntryExtBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public DataEntryExt()
public DataEntryExt(java.lang.Integer discriminant)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static DataEntry.DataEntryExt decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static DataEntry.DataEntryExt fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static DataEntry.DataEntryExt fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public static DataEntry.DataEntryExt.DataEntryExtBuilder builder()
public DataEntry.DataEntryExt.DataEntryExtBuilder toBuilder()
public java.lang.Integer getDiscriminant()
public void setDiscriminant(java.lang.Integer discriminant)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object