Package org.stellar.sdk.responses
Class ClaimableBalanceResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.ClaimableBalanceResponse
- All Implemented Interfaces:
Pageable
Represents a claimable balance response.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
Links connected to claimable balance. -
Constructor Summary
ConstructorDescriptionClaimableBalanceResponse
(String id, String assetString, String amount, String sponsor, Integer lastModifiedLedger, String lastModifiedTime, List<Claimant> claimants, ClaimableBalanceResponse.Flags flags, String pagingToken, ClaimableBalanceResponse.Links links) -
Method Summary
-
Constructor Details
-
ClaimableBalanceResponse
-
-
Method Details
-
getAsset
-
getId
-
getAssetString
-
getAmount
-
getSponsor
-
getLastModifiedLedger
-
getLastModifiedTime
-
getClaimants
-
getFlags
-
getPagingToken
- Specified by:
getPagingToken
in interfacePageable
-
getLinks
-
toString
-
equals
-
hashCode
public int hashCode()
-