Class VIDHealthConstants
- java.lang.Object
-
- io.mosip.kernel.vidgenerator.constant.VIDHealthConstants
-
public class VIDHealthConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTIVEThe string field ACTIVEstatic StringCHECKSThe string field CHECKSstatic StringDATAThe string field DATAstatic StringDATABASEThe string field DATABASEstatic StringDETAILSThe string field DETAILSstatic StringERRORThe string field ERRORstatic StringFREEThe string field FREEstatic StringHELLOThe string field HELLOstatic StringIDThe string field IDstatic StringNOT_ACTIVEThe string field NOT_ACTIVEstatic StringOUTCOMEThe string field OUTCOMEstatic StringPINGThe string field PINGstatic StringRESPONSEThe string field RESPONSEstatic StringSTATUSThe string field STATUSstatic StringTHRESHOLDThe string field THRESHOLDstatic StringTHRESHOLD_ERRORThe string field THRESHOLD_ERRORstatic StringTOTALThe string field TOTAL
-
Constructor Summary
Constructors Constructor Description VIDHealthConstants()
-
-
-
Field Detail
-
ERROR
public static final String ERROR
The string field ERROR- See Also:
- Constant Field Values
-
ACTIVE
public static final String ACTIVE
The string field ACTIVE- See Also:
- Constant Field Values
-
NOT_ACTIVE
public static final String NOT_ACTIVE
The string field NOT_ACTIVE- See Also:
- Constant Field Values
-
PING
public static final String PING
The string field PING- See Also:
- Constant Field Values
-
DATABASE
public static final String DATABASE
The string field DATABASE- See Also:
- Constant Field Values
-
HELLO
public static final String HELLO
The string field HELLO- See Also:
- Constant Field Values
-
TOTAL
public static final String TOTAL
The string field TOTAL- See Also:
- Constant Field Values
-
THRESHOLD
public static final String THRESHOLD
The string field THRESHOLD- See Also:
- Constant Field Values
-
FREE
public static final String FREE
The string field FREE- See Also:
- Constant Field Values
-
RESPONSE
public static final String RESPONSE
The string field RESPONSE- See Also:
- Constant Field Values
-
THRESHOLD_ERROR
public static final String THRESHOLD_ERROR
The string field THRESHOLD_ERROR- See Also:
- Constant Field Values
-
DETAILS
public static final String DETAILS
The string field DETAILS- See Also:
- Constant Field Values
-
DATA
public static final String DATA
The string field DATA- See Also:
- Constant Field Values
-
CHECKS
public static final String CHECKS
The string field CHECKS- See Also:
- Constant Field Values
-
ID
public static final String ID
The string field ID- See Also:
- Constant Field Values
-
STATUS
public static final String STATUS
The string field STATUS- See Also:
- Constant Field Values
-
OUTCOME
public static final String OUTCOME
The string field OUTCOME- See Also:
- Constant Field Values
-
-