Class OperationResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.operations.OperationResponse
- All Implemented Interfaces:
Pageable
- Direct Known Subclasses:
AccountMergeOperationResponse,AllowTrustOperationResponse,BeginSponsoringFutureReservesOperationResponse,BumpSequenceOperationResponse,ChangeTrustOperationResponse,ClaimClaimableBalanceOperationResponse,ClawbackClaimableBalanceOperationResponse,ClawbackOperationResponse,CreateAccountOperationResponse,CreateClaimableBalanceOperationResponse,CreatePassiveSellOfferOperationResponse,EndSponsoringFutureReservesOperationResponse,ExtendFootprintTTLOperationResponse,InflationOperationResponse,InvokeHostFunctionOperationResponse,LiquidityPoolDepositOperationResponse,LiquidityPoolWithdrawOperationResponse,ManageBuyOfferOperationResponse,ManageDataOperationResponse,ManageSellOfferOperationResponse,PathPaymentBaseOperationResponse,PaymentOperationResponse,RestoreFootprintOperationResponse,RevokeSponsorshipOperationResponse,SetOptionsOperationResponse,SetTrustLineFlagsOperationResponse
Abstract class for operation responses.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classRepresents operation links. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.stellar.sdk.responses.Response
getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, setHeaders
-
Constructor Details
-
OperationResponse
public OperationResponse()
-
-
Method Details
-
getSourceAccountMuxed
-
isTransactionSuccessful
-
getTransaction
-
getId
-
getSourceAccount
-
getSourceAccountMuxedId
-
getPagingToken
- Specified by:
getPagingTokenin interfacePageable
-
getCreatedAt
-
getTransactionHash
-
getTransactionSuccessful
-
getType
-
getLinks
-
equals
-
hashCode
public int hashCode()
-