Class EpicsArchiverRecordData

java.lang.Object
uk.ac.gda.epics.archiverclient.EpicsArchiverRecordData

public class EpicsArchiverRecordData extends Object
Represents the data property of a response from the EPICS archiver REST API. The structure and naming of its properties map directly onto the JSON objects supplied by the API. The top-level object is EpicsArchiverRecord) which holds a collection of EpicsArchiverRecordData.
  • Constructor Details

    • EpicsArchiverRecordData

      public EpicsArchiverRecordData()
  • Method Details

    • getSecs

      public int getSecs()
    • setSecs

      public void setSecs(int secs)
    • getVal

      public double getVal()
    • setVal

      public void setVal(double val)
    • getNanos

      public int getNanos()
    • setNanos

      public void setNanos(int nanos)
    • getSeverity

      public int getSeverity()
    • setSeverity

      public void setSeverity(int severity)
    • getStatus

      public int getStatus()
    • setStatus

      public void setStatus(int status)