Package fr.gouv.vitam.metadata.api.model
Class ReconstructionRequestItem
java.lang.Object
fr.gouv.vitam.metadata.api.model.ReconstructionRequestItem
Description of reconstruction request item model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the collection of the profileint
getLimit()
Get the limitGet tenantsetCollection
(String collection) Set the collection of the profile This value must be unique by tenantsetLimit
(int limit) Set the limitSet or change tenant
-
Constructor Details
-
ReconstructionRequestItem
public ReconstructionRequestItem()Constructor.
-
-
Method Details
-
getCollection
Get the collection of the profile- Returns:
- collection as String
-
setCollection
Set the collection of the profile This value must be unique by tenant- Parameters:
collection
- as String- Returns:
- this
-
getTenant
Get tenant- Returns:
- tenant
-
setTenant
Set or change tenant- Parameters:
tenant
-- Returns:
- this
-
getLimit
public int getLimit()Get the limit- Returns:
- the limit
-
setLimit
Set the limit- Parameters:
limit
- the limit to set- Returns:
- this
-