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
Nested ClassesModifier and TypeClassDescriptionstatic classRestoreFootprintOperation.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()booleanstatic RestoreFootprintOperationConstructs a new RestoreFootprintOperation object from the XDR representation of theRestoreFootprintOperation.inthashCode()toString()Methods inherited from class org.stellar.sdk.operations.Operation
formatAmountScale, fromXdr, fromXdrAmount, getSourceAccount, setSourceAccount, toXdr, toXdrAmount, 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()
-