Package de.dlr.proseo.model
Class MonServiceStateOperationMonth
java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.MonServiceStateOperationMonth
The percentage of uptime of a prosEO service for a given calendar month
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongdoublevoidsetDatetime(Instant datetime) voidsetMonServiceId(long monServiceId) voidsetUpTime(double upTime) Methods inherited from class de.dlr.proseo.model.PersistentObject
equals, getId, getVersion, hashCode, incrementVersion, setId
-
Constructor Details
-
MonServiceStateOperationMonth
public MonServiceStateOperationMonth()
-
-
Method Details
-
getDatetime
- Returns:
- the datetime
-
getMonServiceId
public long getMonServiceId()- Returns:
- the monServiceId
-
getUpTime
public double getUpTime()- Returns:
- the upTime
-
setDatetime
- 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
-