Class Constants
- java.lang.Object
-
- org.apache.sysds.runtime.controlprogram.federated.monitoring.controllers.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
GENERIC_SUCCESS_MSG
static String
ID_JSON_MSG
static String
NOT_FOUND_MSG
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
GENERIC_SUCCESS_MSG
public static final String GENERIC_SUCCESS_MSG
- See Also:
- Constant Field Values
-
NOT_FOUND_MSG
public static final String NOT_FOUND_MSG
- See Also:
- Constant Field Values
-
ID_JSON_MSG
public static final String ID_JSON_MSG
- See Also:
- Constant Field Values
-
-