Class InitManagementResponse
- 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.InitManagementResponse
-
public class InitManagementResponse extends ManagementResponse
-
-
Field Summary
Fields Modifier and Type Field Description static int
NOK_FAILED_TEST
static int
NOK_FAILED_UNKNOWN
static int
NOK_OPERATION_FAILED
static int
OK
-
Constructor Summary
Constructors Constructor Description InitManagementResponse()
InitManagementResponse(int code, InitOperationResult result, int requestId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InitOperationResult
getResult()
-
Methods inherited from class org.syncany.operations.daemon.messages.api.Response
getCode, getMessage, getRequestId
-
-
-
-
Field Detail
-
OK
public static final int OK
- See Also:
- Constant Field Values
-
NOK_OPERATION_FAILED
public static final int NOK_OPERATION_FAILED
- See Also:
- Constant Field Values
-
NOK_FAILED_TEST
public static final int NOK_FAILED_TEST
- See Also:
- Constant Field Values
-
NOK_FAILED_UNKNOWN
public static final int NOK_FAILED_UNKNOWN
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InitManagementResponse
public InitManagementResponse()
-
InitManagementResponse
public InitManagementResponse(int code, InitOperationResult result, int requestId)
-
-
Method Detail
-
getResult
public InitOperationResult getResult()
-
-