Class ClaimableBalanceClaimantCreatedEffectResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.effects.EffectResponse
org.stellar.sdk.responses.effects.ClaimableBalanceClaimantCreatedEffectResponse
- All Implemented Interfaces:
Pageable
Represents claimable_balance_claimant_created effect response.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.stellar.sdk.responses.effects.EffectResponse
EffectResponse.Links
-
Constructor Summary
ConstructorDescriptionClaimableBalanceClaimantCreatedEffectResponse
(Asset asset, String amount, String balanceId, Predicate predicate) -
Method Summary
Methods inherited from class org.stellar.sdk.responses.effects.EffectResponse
getAccount, getAccountMuxed, getAccountMuxedId, getCreatedAt, getId, getLinks, getPagingToken, getType
-
Constructor Details
-
ClaimableBalanceClaimantCreatedEffectResponse
-
-
Method Details
-
getAsset
-
getAmount
-
getBalanceId
-
getPredicate
-
toString
-
equals
- Overrides:
equals
in classEffectResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEffectResponse
-