Class IndexerDataRequestParameters

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

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

    • IndexerDataRequestParameters Link icon

      public IndexerDataRequestParameters()
  • Method Details Link icon

    • getApplication Link icon

      public String getApplication()
      Returns:
      the application
    • setApplication Link icon

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

      public String getVersion()
      Returns:
      the version
    • setVersion Link icon

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

      public String getBuildDate()
      Returns:
      the buildDate
    • setBuildDate Link icon

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

      public String getGitRevision()
      Returns:
      the gitRevision
    • setGitRevision Link icon

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

      public int getHotfolderFileCount()
      Returns:
      the hotfolderFileCount
    • setHotfolderFileCount Link icon

      public void setHotfolderFileCount(int hotfolderFileCount)
      Parameters:
      hotfolderFileCount - the hotfolderFileCount to set
    • getRecordIdentifiers Link icon

      public List<String> getRecordIdentifiers()
      Returns:
      the recordIdentifiers
    • setRecordIdentifiers Link icon

      public void setRecordIdentifiers(List<String> recordIdentifiers)
      Parameters:
      recordIdentifiers - the recordIdentifiers to set