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
Represents ChangeTrust operation response.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.stellar.sdk.responses.operations.OperationResponse
OperationResponse.Links
-
Constructor Summary
ConstructorDescriptionChangeTrustOperationResponse
(String trustor, String trustorMuxed, BigInteger trustorMuxedId, String trustee, String assetType, String assetCode, String assetIssuer, String limit, String liquidityPoolId) -
Method Summary
Methods inherited from class org.stellar.sdk.responses.operations.OperationResponse
getCreatedAt, getId, getLinks, getPagingToken, getSourceAccount, getSourceAccountMuxed, getSourceAccountMuxedId, getTransaction, getTransactionHash, getTransactionSuccessful, getType
-
Constructor Details
-
ChangeTrustOperationResponse
-
-
Method Details
-
getTrustLineAsset
-
getTrustor
-
getTrustorMuxed
-
getTrustorMuxedId
-
getTrustee
-
getAssetType
-
getAssetCode
-
getAssetIssuer
-
getLimit
-
getLiquidityPoolId
-
toString
- Overrides:
toString
in classOperationResponse
-
equals
- Overrides:
equals
in classOperationResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classOperationResponse
-