Package com.iland.core.api.notification
Class CloudTenantAlert
java.lang.Object
com.iland.core.api.notification.Alert
com.iland.core.api.notification.CloudTenantAlert
- All Implemented Interfaces:
Serializable
CloudTenantAlert.
- Author:
- Brett Snyder
- See Also:
-
Field Summary
FieldsFields inherited from class com.iland.core.api.notification.Alert
ALERT_UUID_PREFIX -
Constructor Summary
ConstructorsConstructorDescriptionCloudTenantAlert(String uuid, CloudTenantAlert a, AlertType alertType) CloudTenantAlert(String uuid, String username, AlertDeliverySpec deliverySpec, boolean enabled, String tenantUuid, int threshold, AlertType alertType) -
Method Summary
Modifier and TypeMethodDescriptionGet the entity's uuid.intGet the threshold for the cloud tenant alert.Methods inherited from class com.iland.core.api.notification.Alert
equals, getDeliverySpec, getType, getUsername, getUuid, hashCode, isEnabled
-
Field Details
-
TENANT_UUID
- See Also:
-
THRESHOLD
- See Also:
-
-
Constructor Details
-
CloudTenantAlert
public CloudTenantAlert(String uuid, String username, AlertDeliverySpec deliverySpec, boolean enabled, String tenantUuid, int threshold, AlertType alertType) -
CloudTenantAlert
-
-
Method Details
-
getEntityUuid
Description copied from class:AlertGet the entity's uuid.- Specified by:
getEntityUuidin classAlert- Returns:
- entity uuid
-
getThreshold
public int getThreshold()Get the threshold for the cloud tenant alert.- Returns:
- threshold
-