Package org.stellar.sdk.responses
Class OfferResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.OfferResponse
- All Implemented Interfaces:
Pageable
Represents offer response.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classLinks connected to ledger. -
Constructor Summary
ConstructorsConstructorDescriptionOfferResponse(Long id, String pagingToken, String seller, Asset selling, Asset buying, String amount, TradePrice priceR, String price, Integer lastModifiedLedger, String lastModifiedTime, String sponsor, OfferResponse.Links links) -
Method Summary
Methods inherited from class org.stellar.sdk.responses.Response
getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, setHeaders
-
Constructor Details
-
OfferResponse
-
-
Method Details
-
getSponsor
-
getId
-
getPagingToken
- Specified by:
getPagingTokenin interfacePageable
-
getSeller
-
getSelling
-
getBuying
-
getAmount
-
getPriceR
-
getPrice
-
getLastModifiedLedger
Can be null if ledger adding an offer has not been ingested yet. * -
getLastModifiedTime
-
getLinks
-
toString
-
equals
-
hashCode
public int hashCode()
-