Package csw.config.models
Class ConfigFileRevision
java.lang.Object
csw.config.models.ConfigFileRevision
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
Holds information about a specific version of a config file
param: id the ConfigId representing unique id of the file param: comment the comment end user wants to provide while committing the file in config service param: time capturing the time of file getting committed in config service
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigFileRevision
(ConfigId id, String author, String comment, Instant time) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
ConfigFileRevision
-
-
Method Details
-
id
-
author
-
comment
-
time
-