Class PathPaymentStrictReceiveOperationResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.operations.OperationResponse
org.stellar.sdk.responses.operations.PathPaymentBaseOperationResponse
org.stellar.sdk.responses.operations.PathPaymentStrictReceiveOperationResponse
- All Implemented Interfaces:
Pageable
public final class PathPaymentStrictReceiveOperationResponse
extends PathPaymentBaseOperationResponse
Represents PathPaymentStrictReceive operation response.
- 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.PathPaymentBaseOperationResponse
getAmount, getAsset, getAssetCode, getAssetIssuer, getAssetType, getFrom, getFromMuxed, getFromMuxedId, getPath, getSourceAmount, getSourceAsset, getSourceAssetCode, getSourceAssetIssuer, getSourceAssetType, getTo, getToMuxed, getToMuxedId
Methods inherited from class org.stellar.sdk.responses.operations.OperationResponse
getCreatedAt, getId, getLinks, getPagingToken, getSourceAccount, getSourceAccountMuxed, getSourceAccountMuxedId, getTransaction, getTransactionHash, getTransactionSuccessful, getType
-
Constructor Details
-
PathPaymentStrictReceiveOperationResponse
-
-
Method Details
-
getSourceMax
-
toString
- Overrides:
toString
in classPathPaymentBaseOperationResponse
-
equals
- Overrides:
equals
in classPathPaymentBaseOperationResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPathPaymentBaseOperationResponse
-