Class AlertProviderConfiguration
java.lang.Object
com.scaleoutsoftware.digitaltwin.core.AlertProviderConfiguration
- All Implemented Interfaces:
Serializable
Configuration for an alert provider.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the alert provider type for this configuration.Retrieve the entity ID for this alert provider configuration.Retrieve the integration key for this alert provider configuration.getName()
Retrieve the name of this alert provider configuration.Retrieve the routing key for this alert provider configuration.getURL()
Retrieve the URL for this alert provider configuration.toString()
-
Constructor Details
-
AlertProviderConfiguration
public AlertProviderConfiguration(String alertProviderType, String url, String integrationKey, String routingKey, String name, String entityId) Construct an alert provider configuration.- Parameters:
alertProviderType
- the alert provider type.url
- the alert provider URL where alerts should be posted.integrationKey
- the integration key.routingKey
- the routing key.name
- the name of the alert provider.entityId
- the entity Id.
-
-
Method Details
-
getAlertProviderType
Retrieve the alert provider type for this configuration.- Returns:
- the alert provider type.
-
getURL
Retrieve the URL for this alert provider configuration.- Returns:
- the URL for this alert provider configuration.
-
getIntegrationKey
Retrieve the integration key for this alert provider configuration.- Returns:
- the integration key for this alert provider configuration.
-
getRoutingKey
Retrieve the routing key for this alert provider configuration.- Returns:
- the routing key for this alert provider configuration.
-
getName
Retrieve the name of this alert provider configuration.- Returns:
- the name of this alert provider configuration.
-
getEntityId
Retrieve the entity ID for this alert provider configuration.- Returns:
- the entity ID for this alert provider configuration.
-
toString
-