Class UserVdcResourceAlertResponse
java.lang.Object
com.iland.core.web.rest.response.notification.AbstractResourceAlertResponse
com.iland.core.web.rest.response.notification.UserVdcResourceAlertResponse
- All Implemented Interfaces:
Serializable
User Vdc Resource Alert Response.
- Author:
- Nick Kasprzak
- See Also:
-
Field Summary
Fields inherited from class com.iland.core.web.rest.response.notification.AbstractResourceAlertResponse
action, breachPeriod, enabled, equalityRelation, group, name, type, username -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.iland.core.web.rest.response.notification.AbstractResourceAlertResponse
getAction, getBreachPeriod, getGroup, getName, getRelation, getType, getUsername, isEnabled, toStringHelper
-
Constructor Details
-
UserVdcResourceAlertResponse
-
-
Method Details
-
getVdcUuid
Get the Vdc uuid attached to this alert.- Returns:
Stringvdc uuid
-
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
-
equals
- Overrides:
equalsin classAbstractResourceAlertResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractResourceAlertResponse
-
toString
- Overrides:
toStringin classAbstractResourceAlertResponse
-