public class InvokeHostFunctionSuccessPreImage extends java.lang.Object implements XdrElement
struct InvokeHostFunctionSuccessPreImage
{
SCVal returnValue;
ContractEvent events<>;
};
| Modifier and Type | Class and Description |
|---|---|
static class |
InvokeHostFunctionSuccessPreImage.InvokeHostFunctionSuccessPreImageBuilder |
| Constructor and Description |
|---|
InvokeHostFunctionSuccessPreImage() |
InvokeHostFunctionSuccessPreImage(SCVal returnValue,
ContractEvent[] events) |
| Modifier and Type | Method and Description |
|---|---|
static InvokeHostFunctionSuccessPreImage.InvokeHostFunctionSuccessPreImageBuilder |
builder() |
static InvokeHostFunctionSuccessPreImage |
decode(XdrDataInputStream stream) |
static InvokeHostFunctionSuccessPreImage |
decode(XdrDataInputStream stream,
int maxDepth) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static InvokeHostFunctionSuccessPreImage |
fromXdrBase64(java.lang.String xdr) |
static InvokeHostFunctionSuccessPreImage |
fromXdrByteArray(byte[] xdr) |
ContractEvent[] |
getEvents() |
SCVal |
getReturnValue() |
int |
hashCode() |
void |
setEvents(ContractEvent[] events) |
void |
setReturnValue(SCVal returnValue) |
InvokeHostFunctionSuccessPreImage.InvokeHostFunctionSuccessPreImageBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArraypublic InvokeHostFunctionSuccessPreImage()
public InvokeHostFunctionSuccessPreImage(SCVal returnValue, ContractEvent[] events)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static InvokeHostFunctionSuccessPreImage decode(XdrDataInputStream stream, int maxDepth) throws java.io.IOException
java.io.IOExceptionpublic static InvokeHostFunctionSuccessPreImage decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static InvokeHostFunctionSuccessPreImage fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static InvokeHostFunctionSuccessPreImage fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic static InvokeHostFunctionSuccessPreImage.InvokeHostFunctionSuccessPreImageBuilder builder()
public InvokeHostFunctionSuccessPreImage.InvokeHostFunctionSuccessPreImageBuilder toBuilder()
public SCVal getReturnValue()
public ContractEvent[] getEvents()
public void setReturnValue(SCVal returnValue)
public void setEvents(ContractEvent[] events)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object