Class ChangeTrustOperationResponse
- java.lang.Object
-
- org.stellar.sdk.responses.Response
-
- org.stellar.sdk.responses.operations.OperationResponse
-
- org.stellar.sdk.responses.operations.ChangeTrustOperationResponse
-
- All Implemented Interfaces:
Pageable
public class ChangeTrustOperationResponse extends OperationResponse
Represents ChangeTrust operation response.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.stellar.sdk.responses.operations.OperationResponse
OperationResponse.Links
-
-
Constructor Summary
Constructors Constructor Description ChangeTrustOperationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Asset
getAsset()
java.lang.String
getLimit()
java.lang.String
getTrustee()
java.lang.String
getTrustor()
com.google.common.base.Optional<MuxedAccount>
getTrustorMuxed()
-
Methods inherited from class org.stellar.sdk.responses.operations.OperationResponse
getCreatedAt, getId, getLinks, getPagingToken, getSourceAccount, getSourceAccountMuxed, getTransaction, getTransactionHash, getType, isTransactionSuccessful
-
Methods inherited from class org.stellar.sdk.responses.Response
getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, setHeaders
-
-
-
-
Method Detail
-
getTrustorMuxed
public com.google.common.base.Optional<MuxedAccount> getTrustorMuxed()
-
getTrustor
public java.lang.String getTrustor()
-
getTrustee
public java.lang.String getTrustee()
-
getLimit
public java.lang.String getLimit()
-
getAsset
public Asset getAsset()
-
-