Class UserVdcAlertSubscriptionCreateRequest
java.lang.Object
com.iland.core.web.rest.request.notification.UserVdcAlertSubscriptionCreateRequest
- All Implemented Interfaces:
Serializable
User Vdc Alert Subscription Create Request.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserVdcAlertSubscriptionCreateRequest
public UserVdcAlertSubscriptionCreateRequest(boolean active, int threshold)
-
-
Method Details
-
isActive
public boolean isActive()Is active.- Returns:
- is active
-
getThreshold
public int getThreshold()Get the threshold.- Returns:
- the threshold
-