Class UserBroadVdcResourceAlertResponse

java.lang.Object
com.iland.core.web.rest.response.notification.UserBroadVdcResourceAlertResponse
All Implemented Interfaces:
Serializable

public class UserBroadVdcResourceAlertResponse extends Object implements Serializable
User Broad Vdc Resource Alert Response.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

    • UserBroadVdcResourceAlertResponse

      public UserBroadVdcResourceAlertResponse(String username, String vdcUuid, String group, String name, String type, boolean active, int threshold, String vdcType)
  • Method Details

    • getVdcUuid

      public String getVdcUuid()
      Get the vdc uuid.
      Returns:
      String vdc uuid
    • getGroup

      public String getGroup()
      Get the group.
      Returns:
      String group
    • getName

      public String getName()
      Get the name.
      Returns:
      String name
    • getType

      public String getType()
      Get the type.
      Returns:
      String type
    • isActive

      public boolean isActive()
      Is active.
      Returns:
      is active
    • getThreshold

      public long getThreshold()
      Get the threshold.
      Returns:
      String threshold
    • getUsername

      public String getUsername()
      Get the username.
      Returns:
      String username
    • getVdcType

      public String getVdcType()
      Get the vdc type.
      Returns:
      String vdc type
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object