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, toXdrByteArraypublic RestoreFootprintOp()
public RestoreFootprintOp(ExtensionPoint ext)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static RestoreFootprintOp decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static RestoreFootprintOp fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static RestoreFootprintOp fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic 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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object