Package org.stellar.sdk.xdr
Class ExtensionPoint
java.lang.Object
org.stellar.sdk.xdr.ExtensionPoint
ExtensionPoint's original definition in the XDR file is:
union ExtensionPoint switch (int v)
{
case 0:
void;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static ExtensionPointdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic ExtensionPointfromXdrBase64(String xdr) static ExtensionPointfromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(Integer discriminant) toString()default Stringdefault byte[]
-
Constructor Details
-
ExtensionPoint
public ExtensionPoint() -
ExtensionPoint
-
-
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
-