ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / annotationdefinition.generator / UpdatableAnnotationGeneratorVersion

UpdatableAnnotationGeneratorVersion

data class UpdatableAnnotationGeneratorVersion

Constructors

Name Summary
<init> UpdatableAnnotationGeneratorVersion(createdTimestamp: Long = System.currentTimeMillis(), updateState: UpdateState = UpdateState.NOT_UPDATED, updateResponse: UpdateResponse? = null)

Properties

Name Summary
createdTimestamp val createdTimestamp: Long
updateResponse var updateResponse: UpdateResponse?
updateState var updateState: UpdateState