Class AlertMgtConstants
- java.lang.Object
-
- org.wso2.carbon.apimgt.impl.alertmgt.AlertMgtConstants
-
public class AlertMgtConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ABNORMAL_BACKEND_TIME_ALERT
static String
ABNORMAL_RESPONSE_TIME_ALERT
static String
ADMIN_DASHBOARD_AGENT
static Map<String,String>
alertTypeConfigMap
static String
API_CREATOR_KEY
static String
API_CREATOR_TENANT_DOMAIN_KEY
static String
API_NAME_KEY
static String
API_VERSION_KEY
static String
APIM_ALERT_BOT_DETECTION_APP
static String
APIM_ALERT_CONFIG_APP
static String
APIM_STAKEHOLDER_ALERT_APP
static String
APPLICATION_ID_KEY
static String
BOT_DETECTION_EMAIL_FIELD
static String
BOT_DETECTION_UUID_FIELD
static String
CONFIG_PROPERTY_KEY
static String
CONFIG_VALUE_KEY
static String
PUBLISHER_AGENT
static String
REQUEST_COUNT_KEY
static String
STORE_AGENT
-
Constructor Summary
Constructors Constructor Description AlertMgtConstants()
-
-
-
Field Detail
-
PUBLISHER_AGENT
public static final String PUBLISHER_AGENT
- See Also:
- Constant Field Values
-
ADMIN_DASHBOARD_AGENT
public static final String ADMIN_DASHBOARD_AGENT
- See Also:
- Constant Field Values
-
APIM_STAKEHOLDER_ALERT_APP
public static final String APIM_STAKEHOLDER_ALERT_APP
- See Also:
- Constant Field Values
-
APIM_ALERT_CONFIG_APP
public static final String APIM_ALERT_CONFIG_APP
- See Also:
- Constant Field Values
-
APIM_ALERT_BOT_DETECTION_APP
public static final String APIM_ALERT_BOT_DETECTION_APP
- See Also:
- Constant Field Values
-
API_NAME_KEY
public static final String API_NAME_KEY
- See Also:
- Constant Field Values
-
API_CREATOR_KEY
public static final String API_CREATOR_KEY
- See Also:
- Constant Field Values
-
API_VERSION_KEY
public static final String API_VERSION_KEY
- See Also:
- Constant Field Values
-
CONFIG_PROPERTY_KEY
public static final String CONFIG_PROPERTY_KEY
- See Also:
- Constant Field Values
-
CONFIG_VALUE_KEY
public static final String CONFIG_VALUE_KEY
- See Also:
- Constant Field Values
-
API_CREATOR_TENANT_DOMAIN_KEY
public static final String API_CREATOR_TENANT_DOMAIN_KEY
- See Also:
- Constant Field Values
-
ABNORMAL_RESPONSE_TIME_ALERT
public static final String ABNORMAL_RESPONSE_TIME_ALERT
- See Also:
- Constant Field Values
-
ABNORMAL_BACKEND_TIME_ALERT
public static final String ABNORMAL_BACKEND_TIME_ALERT
- See Also:
- Constant Field Values
-
STORE_AGENT
public static final String STORE_AGENT
- See Also:
- Constant Field Values
-
APPLICATION_ID_KEY
public static final String APPLICATION_ID_KEY
- See Also:
- Constant Field Values
-
REQUEST_COUNT_KEY
public static final String REQUEST_COUNT_KEY
- See Also:
- Constant Field Values
-
BOT_DETECTION_UUID_FIELD
public static final String BOT_DETECTION_UUID_FIELD
- See Also:
- Constant Field Values
-
BOT_DETECTION_EMAIL_FIELD
public static final String BOT_DETECTION_EMAIL_FIELD
- See Also:
- Constant Field Values
-
-