| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
AlertConfigDTO |
AlertConfigurationApi.addAlertConfig(String alertType,
String configurationId,
AlertConfigInfoDTO body)
Add AbnormalRequestsPerMin alert configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AlertConfigDTO> |
AlertConfigurationApi.addAlertConfigWithHttpInfo(String alertType,
String configurationId,
AlertConfigInfoDTO body)
Add AbnormalRequestsPerMin alert configurations.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AlertConfigurationApi.addAlertConfigAsync(String alertType,
String configurationId,
AlertConfigInfoDTO body,
ApiCallback<AlertConfigDTO> callback)
Add AbnormalRequestsPerMin alert configurations.
|
| Modifier and Type | Method and Description |
|---|---|
AlertConfigDTO |
AlertConfigDTO._configuration(Map<String,String> _configuration) |
AlertConfigDTO |
AlertConfigDTO.configurationId(String configurationId) |
AlertConfigDTO |
AlertConfigDTO.putConfigurationItem(String key,
String _configurationItem) |
| Modifier and Type | Method and Description |
|---|---|
List<AlertConfigDTO> |
AlertDTO.getConfiguration()
Get _configuration
|
List<AlertConfigDTO> |
AlertsInfoResponseDTO.getFailedConfigurations()
Get failedConfigurations
|
List<AlertConfigDTO> |
AlertConfigListDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
AlertDTO |
AlertDTO.addConfigurationItem(AlertConfigDTO _configurationItem) |
AlertsInfoResponseDTO |
AlertsInfoResponseDTO.addFailedConfigurationsItem(AlertConfigDTO failedConfigurationsItem) |
AlertConfigListDTO |
AlertConfigListDTO.addListItem(AlertConfigDTO listItem) |
| Modifier and Type | Method and Description |
|---|---|
AlertDTO |
AlertDTO._configuration(List<AlertConfigDTO> _configuration) |
AlertsInfoResponseDTO |
AlertsInfoResponseDTO.failedConfigurations(List<AlertConfigDTO> failedConfigurations) |
AlertConfigListDTO |
AlertConfigListDTO.list(List<AlertConfigDTO> list) |
void |
AlertDTO.setConfiguration(List<AlertConfigDTO> _configuration) |
void |
AlertsInfoResponseDTO.setFailedConfigurations(List<AlertConfigDTO> failedConfigurations) |
void |
AlertConfigListDTO.setList(List<AlertConfigDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.