Class AccountDebitedEffectResponse
- java.lang.Object
-
- org.stellar.sdk.responses.Response
-
- org.stellar.sdk.responses.effects.EffectResponse
-
- org.stellar.sdk.responses.effects.AccountDebitedEffectResponse
-
- All Implemented Interfaces:
Pageable
public class AccountDebitedEffectResponse extends EffectResponse
Represents account_debited effect response.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.stellar.sdk.responses.effects.EffectResponse
EffectResponse.Links
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAmount()
Asset
getAsset()
-
Methods inherited from class org.stellar.sdk.responses.effects.EffectResponse
getAccount, getAccountMuxed, getCreatedAt, getId, getLinks, getPagingToken, getType
-
Methods inherited from class org.stellar.sdk.responses.Response
getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, setHeaders
-
-
-
-
Method Detail
-
getAmount
public java.lang.String getAmount()
-
getAsset
public Asset getAsset()
-
-