public class RestoreFootprintOp extends java.lang.Object implements XdrElement
struct RestoreFootprintOp { ExtensionPoint ext; };
Modifier and Type | Class and Description |
---|---|
static class |
RestoreFootprintOp.RestoreFootprintOpBuilder |
Constructor and Description |
---|
RestoreFootprintOp() |
RestoreFootprintOp(ExtensionPoint ext) |
Modifier and Type | Method and Description |
---|---|
static RestoreFootprintOp.RestoreFootprintOpBuilder |
builder() |
static RestoreFootprintOp |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static RestoreFootprintOp |
fromXdrBase64(java.lang.String xdr) |
static RestoreFootprintOp |
fromXdrByteArray(byte[] xdr) |
ExtensionPoint |
getExt() |
int |
hashCode() |
void |
setExt(ExtensionPoint ext) |
RestoreFootprintOp.RestoreFootprintOpBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public RestoreFootprintOp()
public RestoreFootprintOp(ExtensionPoint ext)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static RestoreFootprintOp decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static RestoreFootprintOp fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static RestoreFootprintOp fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public static RestoreFootprintOp.RestoreFootprintOpBuilder builder()
public RestoreFootprintOp.RestoreFootprintOpBuilder toBuilder()
public ExtensionPoint getExt()
public void setExt(ExtensionPoint ext)
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