Class MonServiceStateOperationMonth

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

@Entity public class MonServiceStateOperationMonth extends PersistentObject
The percentage of uptime of a prosEO service for a given calendar month
  • Constructor Details

    • MonServiceStateOperationMonth

      public MonServiceStateOperationMonth()
  • Method Details

    • getDatetime

      public Instant getDatetime()
      Returns:
      the datetime
    • getMonServiceId

      public long getMonServiceId()
      Returns:
      the monServiceId
    • getUpTime

      public double getUpTime()
      Returns:
      the upTime
    • setDatetime

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

      public void setMonServiceId(long monServiceId)
      Parameters:
      monServiceId - the monServiceId to set
    • setUpTime

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