Release

public class Release implements Serializable

The release object contains the version and a timestamp of the current release.

Fields

firstDate

private LocalDateTime firstDate

The timestamp (in UTC) indicates when a publisher has released the DataAcquisitionProject with the current version for the first time. Will be generated by the server and will not be empty.

lastDate

private LocalDateTime lastDate

The timestamp (in UTC) indicates when a publisher has released the DataAcquisitionProject with the current version the last time. Must not be empty.

serialVersionUID

private static final long serialVersionUID

version

private String version

A valid semver version (major.minor.patch). Must not be empty and must not contain more than 32 characters. A version of a DataAcquisitionProject must not be decreased.