Class AlertingSetting

java.lang.Object
io.openems.backend.common.metadata.AlertingSetting

public class AlertingSetting extends Object
  • Constructor Details

    • AlertingSetting

      public AlertingSetting(String userId, int delayTime)
    • AlertingSetting

      public AlertingSetting(int id, String userId, Role userRole, ZonedDateTime lastNotification, int delayTime)
  • Method Details

    • getId

      public int getId()
    • getUserId

      public String getUserId()
    • getUserRole

      public Role getUserRole()
    • getLastNotification

      public ZonedDateTime getLastNotification()
    • getDelayTime

      public int getDelayTime()
    • hashCode

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

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