Class AddWatchManagementResponse
- 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.AddWatchManagementResponse
-
public class AddWatchManagementResponse extends ManagementResponse
-
-
Field Summary
Fields Modifier and Type Field Description static int
ERR_ALREADY_EXISTS
static int
ERR_OTHER
static int
OKAY
-
Constructor Summary
Constructors Constructor Description AddWatchManagementResponse()
AddWatchManagementResponse(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_ALREADY_EXISTS
public static final int ERR_ALREADY_EXISTS
- See Also:
- Constant Field Values
-
ERR_OTHER
public static final int ERR_OTHER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AddWatchManagementResponse
public AddWatchManagementResponse()
-
AddWatchManagementResponse
public AddWatchManagementResponse(int code, java.lang.Integer requestId, java.lang.String message)
-
-