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 version).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetApplication(String application) voidsetBuildDate(String buildDate) voidsetGitRevision(String gitRevision) voidsetHotfolderFileCount(int hotfolderFileCount) voidsetRecordIdentifiers(List<String> recordIdentifiers) voidsetVersion(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
-
getRecordIdentifiers
- Returns:
- the recordIdentifiers
-
setRecordIdentifiers
- Parameters:
recordIdentifiers- the recordIdentifiers to set
-