Package org.redisson.remote
Class RemoteServiceCancelResponse
- java.lang.Object
-
- org.redisson.remote.RemoteServiceCancelResponse
-
- All Implemented Interfaces:
Serializable
,RRemoteServiceResponse
public class RemoteServiceCancelResponse extends Object implements RRemoteServiceResponse, Serializable
- Author:
- Nikita Koksharov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteServiceCancelResponse()
RemoteServiceCancelResponse(String id, boolean canceled)
-
-
-
Constructor Detail
-
RemoteServiceCancelResponse
public RemoteServiceCancelResponse()
-
RemoteServiceCancelResponse
public RemoteServiceCancelResponse(String id, boolean canceled)
-
-
Method Detail
-
isCanceled
public boolean isCanceled()
-
getId
public String getId()
- Specified by:
getId
in interfaceRRemoteServiceResponse
-
-