Class Alert

java.lang.Object
org.jclouds.cloudstack.domain.Alert

public class Alert extends Object
Represents an alert issued by Cloudstack
  • Constructor Details

  • Method Details

    • builder

      public static Alert.Builder<?> builder()
    • toBuilder

      public Alert.Builder<?> toBuilder()
    • getId

      public String getId()
    • getDescription

      @Nullable public String getDescription()
    • getSent

      @Nullable public Date getSent()
    • getType

      @Nullable public String getType()
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • string

      protected com.google.common.base.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class Object