Class IndexerDataRequestParameters

java.lang.Object
io.goobi.viewer.api.rest.model.IndexerDataRequestParameters

public class IndexerDataRequestParameters extends Object
POST request parameters for IndexingResource (indexer ersion).
  • Constructor Details

    • IndexerDataRequestParameters

      public IndexerDataRequestParameters()
  • Method Details

    • getApplication

      public String getApplication()
      Returns:
      the application
    • setApplication

      public void setApplication(String application)
      Parameters:
      application - the application to set
    • getVersion

      public String getVersion()
      Returns:
      the version
    • setVersion

      public void setVersion(String version)
      Parameters:
      version - the version to set
    • getBuildDate

      public String getBuildDate()
      Returns:
      the buildDate
    • setBuildDate

      public void setBuildDate(String buildDate)
      Parameters:
      buildDate - the buildDate to set
    • getGitRevision

      public String getGitRevision()
      Returns:
      the gitRevision
    • setGitRevision

      public void setGitRevision(String gitRevision)
      Parameters:
      gitRevision - the gitRevision to set
    • getHotfolderFileCount

      public int getHotfolderFileCount()
      Returns:
      the hotfolderFileCount
    • setHotfolderFileCount

      public void setHotfolderFileCount(int hotfolderFileCount)
      Parameters:
      hotfolderFileCount - the hotfolderFileCount to set