Package org.stellar.sdk.operations
Class BumpSequenceOperation
java.lang.Object
org.stellar.sdk.operations.Operation
org.stellar.sdk.operations.BumpSequenceOperation
Represents BumpSequence operation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBumpSequenceOperation.BumpSequenceOperationBuilder<C extends BumpSequenceOperation,B extends BumpSequenceOperation.BumpSequenceOperationBuilder<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 BumpSequenceOperationConstruct a newBumpSequenceOperationobject from aBumpSequenceOpXDR object.longdesired value for the operation's source account sequence number.inthashCode()toString()Methods inherited from class org.stellar.sdk.operations.Operation
fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdrBase64
-
Method Details
-
fromXdr
Construct a newBumpSequenceOperationobject from aBumpSequenceOpXDR object.- Parameters:
op-BumpSequenceOpXDR object- Returns:
BumpSequenceOperationobject
-
builder
-
toBuilder
-
getBumpTo
public long getBumpTo()desired value for the operation's source account sequence number. -
toString
-
equals
-
hashCode
public int hashCode()
-