Class PathPaymentBaseOperationResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.operations.OperationResponse
org.stellar.sdk.responses.operations.PathPaymentBaseOperationResponse
- All Implemented Interfaces:
Pageable
- Direct Known Subclasses:
PathPaymentStrictReceiveOperationResponse
,PathPaymentStrictSendOperationResponse
Base class for operations that represent a path payment.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.stellar.sdk.responses.operations.OperationResponse
OperationResponse.Links
-
Constructor Summary
-
Method Summary
Methods inherited from class org.stellar.sdk.responses.operations.OperationResponse
getCreatedAt, getId, getLinks, getPagingToken, getSourceAccount, getSourceAccountMuxed, getSourceAccountMuxedId, getTransaction, getTransactionHash, getTransactionSuccessful, getType
-
Constructor Details
-
PathPaymentBaseOperationResponse
public PathPaymentBaseOperationResponse()
-
-
Method Details
-
getAsset
-
getSourceAsset
-
getAmount
-
getSourceAmount
-
getFrom
-
getFromMuxed
-
getFromMuxedId
-
getTo
-
getToMuxed
-
getToMuxedId
-
getAssetType
-
getAssetCode
-
getAssetIssuer
-
getSourceAssetType
-
getSourceAssetCode
-
getSourceAssetIssuer
-
getPath
-
toString
- Overrides:
toString
in classOperationResponse
-
equals
- Overrides:
equals
in classOperationResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classOperationResponse
-