Class SchemaLogEntryDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.SchemaLogEntryDto

public class SchemaLogEntryDto extends Object
Author:
Miklas Boskamp
  • Constructor Details

    • SchemaLogEntryDto

      public SchemaLogEntryDto(String id, Date timestamp, String version)
  • Method Details

    • fromSchemaLogEntries

      public static List<SchemaLogEntryDto> fromSchemaLogEntries(List<SchemaLogEntry> entries)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getTimestamp

      public Date getTimestamp()
    • setTimestamp

      public void setTimestamp(Date timestamp)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)