Class BeamMode
- java.lang.Object
-
- cern.nxcals.api.backport.domain.core.filldata.BeamMode
-
- All Implemented Interfaces:
java.io.Serializable
public final class BeamMode extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeamMode(java.sql.Timestamp startTime, java.sql.Timestamp endTime, BeamModeValue beamModeValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static BeamModefrom(cern.nxcals.api.custom.domain.BeamMode beamMode)BeamModeValuegetBeamModeValue()java.sql.TimestampgetEndTime()java.sql.TimestampgetStartTime()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
BeamMode
public BeamMode(java.sql.Timestamp startTime, java.sql.Timestamp endTime, BeamModeValue beamModeValue)
-
-
Method Detail
-
from
public static BeamMode from(@NonNull cern.nxcals.api.custom.domain.BeamMode beamMode)
-
getStartTime
public java.sql.Timestamp getStartTime()
-
getEndTime
public java.sql.Timestamp getEndTime()
-
getBeamModeValue
public BeamModeValue getBeamModeValue()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-