Class MonExtServiceStateOperationMonth

java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.MonExtServiceStateOperationMonth

@Entity public class MonExtServiceStateOperationMonth extends PersistentObject
The percentage of uptime of an external service for a given calendar month
  • Constructor Details

    • MonExtServiceStateOperationMonth

      public MonExtServiceStateOperationMonth()
  • Method Details

    • getDatetime

      public Instant getDatetime()
      Returns:
      the datetime
    • getMonExtServiceId

      public long getMonExtServiceId()
      Returns:
      the monExtServiceId
    • getUpTime

      public double getUpTime()
      Returns:
      the upTime
    • setDatetime

      public void setDatetime(Instant datetime)
      Parameters:
      datetime - the datetime to set
    • setMonExtServiceId

      public void setMonExtServiceId(long monExtServiceId)
      Parameters:
      monExtServiceId - the monExtServiceId to set
    • setUpTime

      public void setUpTime(double upTime)
      Parameters:
      upTime - the upTime to set