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) |
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, toXdrByteArray
public InvokeHostFunctionSuccessPreImage()
public InvokeHostFunctionSuccessPreImage(SCVal returnValue, ContractEvent[] events)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static InvokeHostFunctionSuccessPreImage decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static InvokeHostFunctionSuccessPreImage fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static InvokeHostFunctionSuccessPreImage fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object