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
ConstructorsConstructorDescriptionAllowTrustOperationResponse(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, isTransactionSuccessfulMethods inherited from class org.stellar.sdk.responses.Response
getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, setHeaders
-
Constructor Details
-
Method Details
-
getTrusteeMuxed
Deprecated. -
isAuthorizedToMaintainLiabilities
public boolean isAuthorizedToMaintainLiabilities()Deprecated. -
getAsset
Deprecated. -
getTrustor
Deprecated. -
getTrustee
Deprecated. -
getTrusteeMuxedId
Deprecated. -
getAssetType
Deprecated. -
getAssetCode
Deprecated. -
getAssetIssuer
Deprecated. -
isAuthorize
public boolean isAuthorize()Deprecated. -
isAuthorizeToMaintainLiabilities
public boolean isAuthorizeToMaintainLiabilities()Deprecated. -
toString
Deprecated. -
equals
Deprecated.- Overrides:
equalsin classOperationResponse
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classOperationResponse
-
SetTrustLineFlagsOperationResponseRepresents AllowTrust operation response.