Class RemoveWatchManagementResponse
- java.lang.Object
-
- org.syncany.operations.daemon.messages.api.Message
-
- org.syncany.operations.daemon.messages.api.Response
-
- org.syncany.operations.daemon.messages.api.ManagementResponse
-
- org.syncany.operations.daemon.messages.RemoveWatchManagementResponse
-
public class RemoveWatchManagementResponse extends ManagementResponse
-
-
Field Summary
Fields Modifier and Type Field Description static int
ERR_DOES_NOT_EXIST
static int
ERR_OTHER
static int
OKAY
-
Constructor Summary
Constructors Constructor Description RemoveWatchManagementResponse()
RemoveWatchManagementResponse(int code, java.lang.Integer requestId, java.lang.String message)
-
Method Summary
-
Methods inherited from class org.syncany.operations.daemon.messages.api.Response
getCode, getMessage, getRequestId
-
-
-
-
Field Detail
-
OKAY
public static final int OKAY
- See Also:
- Constant Field Values
-
ERR_DOES_NOT_EXIST
public static final int ERR_DOES_NOT_EXIST
- See Also:
- Constant Field Values
-
ERR_OTHER
public static final int ERR_OTHER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RemoveWatchManagementResponse
public RemoveWatchManagementResponse()
-
RemoveWatchManagementResponse
public RemoveWatchManagementResponse(int code, java.lang.Integer requestId, java.lang.String message)
-
-