Class UserVdcResourceAlertDeleteRequest
java.lang.Object
com.iland.core.web.rest.request.notification.AbstractResourceAlertRequest
com.iland.core.web.rest.request.notification.UserVdcResourceAlertDeleteRequest
- All Implemented Interfaces:
Serializable
User Vdc Resource Alert Delete Request.
- Author:
- Nick Kasprzak
- See Also:
-
Field Summary
Fields inherited from class com.iland.core.web.rest.request.notification.AbstractResourceAlertRequest
action, breachPeriod, equalityRelation, group, name, type -
Constructor Summary
ConstructorsConstructorDescriptionUserVdcResourceAlertDeleteRequest(String group, String name, String type, String equalityRelation, int breachPeriod, long threshold) -
Method Summary
Modifier and TypeMethodDescriptionlongGet the alerting threshold at which the user wants to receive alerts for the counter specified by group, name and type.Methods inherited from class com.iland.core.web.rest.request.notification.AbstractResourceAlertRequest
getAction, getBreachPeriod, getGroup, getName, getRelation, getType
-
Constructor Details
-
UserVdcResourceAlertDeleteRequest
-
-
Method Details
-
getThreshold
public long getThreshold()Get the alerting threshold at which the user wants to receive alerts for the counter specified by group, name and type.- Returns:
- alerting threshold
-