Class AllowTrustOperationResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.operations.OperationResponse
org.stellar.sdk.responses.operations.AllowTrustOperationResponse
- All Implemented Interfaces:
Pageable
Deprecated.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.stellar.sdk.responses.operations.OperationResponse
OperationResponse.Links
-
Constructor Summary
ConstructorDescriptionAllowTrustOperationResponse
(String trustor, String trustee, String trusteeMuxed, BigInteger trusteeMuxedId, String assetType, String assetCode, String assetIssuer, Boolean authorize, Boolean authorizeToMaintainLiabilities) Deprecated. -
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
-
Method Details
-
getAsset
Deprecated. -
getTrustor
Deprecated. -
getTrustee
Deprecated. -
getTrusteeMuxed
Deprecated. -
getTrusteeMuxedId
Deprecated. -
getAssetType
Deprecated. -
getAssetCode
Deprecated. -
getAssetIssuer
Deprecated. -
getAuthorize
Deprecated. -
getAuthorizeToMaintainLiabilities
Deprecated. -
toString
Deprecated.- Overrides:
toString
in classOperationResponse
-
equals
Deprecated.- Overrides:
equals
in classOperationResponse
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classOperationResponse
-
SetTrustLineFlagsOperationResponse
Represents AllowTrust operation response.