Package org.stellar.sdk.operations
Class RestoreFootprintOperation
java.lang.Object
org.stellar.sdk.operations.Operation
org.stellar.sdk.operations.RestoreFootprintOperation
Represents RestoreFootprint operation.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
RestoreFootprintOperation.RestoreFootprintOperationBuilder<C extends RestoreFootprintOperation,
B extends RestoreFootprintOperation.RestoreFootprintOperationBuilder<C, B>> Nested classes/interfaces inherited from class org.stellar.sdk.operations.Operation
Operation.OperationBuilder<C extends Operation,
B extends Operation.OperationBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
static RestoreFootprintOperation
Constructs a new RestoreFootprintOperation object from the XDR representation of theRestoreFootprintOperation
.int
hashCode()
toString()
Methods inherited from class org.stellar.sdk.operations.Operation
fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdrBase64
-
Method Details
-
fromXdr
Constructs a new RestoreFootprintOperation object from the XDR representation of theRestoreFootprintOperation
.- Parameters:
op
- the XDR representation of theRestoreFootprintOperation
.
-
builder
-
toBuilder
-
toString
-
equals
-
hashCode
public int hashCode()
-