public class ExtendFootprintTTLOperation extends Operation
Bump the expiration of a footprint (read and written ledger keys).
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtendFootprintTTLOperation.ExtendFootprintTTLOperationBuilder<C extends ExtendFootprintTTLOperation,B extends ExtendFootprintTTLOperation.ExtendFootprintTTLOperationBuilder<C,B>>
Customizing builder methods.
|
Operation.OperationBuilder<C extends Operation,B extends Operation.OperationBuilder<C,B>>| Modifier and Type | Method and Description |
|---|---|
static ExtendFootprintTTLOperation.ExtendFootprintTTLOperationBuilder<?,?> |
builder() |
boolean |
equals(java.lang.Object o) |
static ExtendFootprintTTLOperation |
fromXdr(ExtendFootprintTTLOp op)
Constructs a new ExtendFootprintTTLOperation object from the XDR representation of the
ExtendFootprintTTLOperation. |
@NonNull java.lang.Long |
getExtendTo()
the number of ledgers past the LCL (last closed ledger) by which to extend the validity of the
ledger keys in this transaction
|
int |
hashCode() |
ExtendFootprintTTLOperation.ExtendFootprintTTLOperationBuilder<?,?> |
toBuilder() |
java.lang.String |
toString() |
formatAmountScale, fromXdr, fromXdrAmount, getSourceAccount, setSourceAccount, toXdr, toXdrAmount, toXdrBase64public static ExtendFootprintTTLOperation fromXdr(ExtendFootprintTTLOp op)
ExtendFootprintTTLOperation.op - the XDR representation of the ExtendFootprintTTLOperation.public static ExtendFootprintTTLOperation.ExtendFootprintTTLOperationBuilder<?,?> builder()
public ExtendFootprintTTLOperation.ExtendFootprintTTLOperationBuilder<?,?> toBuilder()
@NonNull public @NonNull java.lang.Long getExtendTo()
public java.lang.String toString()
toString in class java.lang.Object