public class RestoreFootprintOperation extends Operation
Modifier and Type | Class and Description |
---|---|
static class |
RestoreFootprintOperation.RestoreFootprintOperationBuilder<C extends RestoreFootprintOperation,B extends RestoreFootprintOperation.RestoreFootprintOperationBuilder<C,B>> |
Operation.OperationBuilder<C extends Operation,B extends Operation.OperationBuilder<C,B>>
Modifier and Type | Method and Description |
---|---|
static RestoreFootprintOperation.RestoreFootprintOperationBuilder<?,?> |
builder() |
boolean |
equals(java.lang.Object o) |
static RestoreFootprintOperation |
fromXdr(RestoreFootprintOp op)
Constructs a new RestoreFootprintOperation object from the XDR representation of the
RestoreFootprintOperation . |
int |
hashCode() |
RestoreFootprintOperation.RestoreFootprintOperationBuilder<?,?> |
toBuilder() |
java.lang.String |
toString() |
formatAmountScale, fromXdr, fromXdrAmount, getSourceAccount, setSourceAccount, toXdr, toXdrAmount, toXdrBase64
public static RestoreFootprintOperation fromXdr(RestoreFootprintOp op)
RestoreFootprintOperation
.op
- the XDR representation of the RestoreFootprintOperation
.public static RestoreFootprintOperation.RestoreFootprintOperationBuilder<?,?> builder()
public RestoreFootprintOperation.RestoreFootprintOperationBuilder<?,?> toBuilder()
public java.lang.String toString()
toString
in class java.lang.Object