Class ManageSellOfferOperationResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.operations.OperationResponse
org.stellar.sdk.responses.operations.ManageSellOfferOperationResponse
- All Implemented Interfaces:
Pageable
Represents ManageSellOffer 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.OperationResponse
getCreatedAt, getId, getLinks, getPagingToken, getSourceAccount, getSourceAccountMuxed, getSourceAccountMuxedId, getTransaction, getTransactionHash, getTransactionSuccessful, getType
-
Constructor Details
-
ManageSellOfferOperationResponse
-
-
Method Details
-
getBuyingAsset
-
getSellingAsset
-
getOfferId
-
getAmount
-
getPrice
-
getPriceR
-
getBuyingAssetType
-
getBuyingAssetCode
-
getBuyingAssetIssuer
-
getSellingAssetType
-
getSellingAssetCode
-
getSellingAssetIssuer
-
toString
- Overrides:
toString
in classOperationResponse
-
equals
- Overrides:
equals
in classOperationResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classOperationResponse
-