Package uk.ac.gda.epics.archiverclient
Class EpicsArchiverRecord
java.lang.Object
uk.ac.gda.epics.archiverclient.EpicsArchiverRecord
Represents 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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()voidsetData(List<EpicsArchiverRecordData> data) voidsetMetadata(EpicsArchiverRecordMetadata metadata)
-
Constructor Details
-
EpicsArchiverRecord
public EpicsArchiverRecord()
-
-
Method Details
-
getMetadata
-
setMetadata
-
getData
-
setData
-