Class EndSponsoringFutureReservesOperationResponse
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.operations.OperationResponse
org.stellar.sdk.responses.operations.EndSponsoringFutureReservesOperationResponse
- All Implemented Interfaces:
Pageable
Represents EndSponsoringFutureReserves operation response.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.stellar.sdk.responses.operations.OperationResponse
OperationResponse.Links
-
Constructor Summary
ConstructorDescriptionEndSponsoringFutureReservesOperationResponse
(String beginSponsor, String beginSponsorMuxed, BigInteger beginSponsorMuxedId) -
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
-
EndSponsoringFutureReservesOperationResponse
public EndSponsoringFutureReservesOperationResponse(String beginSponsor, String beginSponsorMuxed, BigInteger beginSponsorMuxedId)
-
-
Method Details
-
getBeginSponsor
-
getBeginSponsorMuxed
-
getBeginSponsorMuxedId
-
toString
- Overrides:
toString
in classOperationResponse
-
equals
- Overrides:
equals
in classOperationResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classOperationResponse
-