Class ReconstructionRequestItem
- java.lang.Object
-
- fr.gouv.vitam.functional.administration.common.ReconstructionRequestItem
-
public class ReconstructionRequestItem extends java.lang.Object
Description of reconstruction request item model.
-
-
Constructor Summary
Constructors Constructor Description ReconstructionRequestItem()
Constructor.ReconstructionRequestItem(java.lang.String collection, java.lang.Integer tenant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCollection()
Get the collection of the profileint
getLimit()
Get the limitjava.lang.Integer
getTenant()
Get tenantReconstructionRequestItem
setCollection(java.lang.String collection)
Set the collection of the profile This value must be unique by tenantReconstructionRequestItem
setLimit(int limit)
Set the limitReconstructionRequestItem
setTenant(java.lang.Integer tenant)
Set or change tenant
-
-
-
Method Detail
-
getCollection
public java.lang.String getCollection()
Get the collection of the profile- Returns:
- collection as String
-
setCollection
public ReconstructionRequestItem setCollection(java.lang.String collection)
Set the collection of the profile This value must be unique by tenant- Parameters:
collection
- as String- Returns:
- this
-
getTenant
public java.lang.Integer getTenant()
Get tenant- Returns:
- tenant
-
setTenant
public ReconstructionRequestItem setTenant(java.lang.Integer tenant)
Set or change tenant- Parameters:
tenant
-- Returns:
- this
-
getLimit
public int getLimit()
Get the limit- Returns:
- the limit
-
setLimit
public ReconstructionRequestItem setLimit(int limit)
Set the limit- Parameters:
limit
- the limit to set- Returns:
- this
-
-