Package io.goobi.viewer.api.rest.model
Class IndexerDataRequestParameters
java.lang.Object
io.goobi.viewer.api.rest.model.IndexerDataRequestParameters
POST request parameters for IndexingResource (indexer ersion).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
setApplication
(String application) void
setBuildDate
(String buildDate) void
setGitRevision
(String gitRevision) void
setHotfolderFileCount
(int hotfolderFileCount) void
setVersion
(String version)
-
Constructor Details
-
IndexerDataRequestParameters
public IndexerDataRequestParameters()
-
-
Method Details
-
getApplication
- Returns:
- the application
-
setApplication
- Parameters:
application
- the application to set
-
getVersion
- Returns:
- the version
-
setVersion
- Parameters:
version
- the version to set
-
getBuildDate
- Returns:
- the buildDate
-
setBuildDate
- Parameters:
buildDate
- the buildDate to set
-
getGitRevision
- Returns:
- the gitRevision
-
setGitRevision
- 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
-