Class ReconstructionResponseItem
java.lang.Object
fr.gouv.vitam.functional.administration.common.ReconstructionResponseItem
Description of reconstruction response item model.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem, StatusCode status) Constructor -
Method Summary
Modifier and TypeMethodDescriptionGet the collection of the profileGet tenantsetCollection(String collection) Set the collection of the profile This value must be unique by tenantsetStatus(StatusCode status) Set or change tenant
-
Constructor Details
-
ReconstructionResponseItem
public ReconstructionResponseItem()Constructor. -
ReconstructionResponseItem
public ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem, StatusCode status) Constructor- Parameters:
reconstructionRequestItem- request itemstatus- status
-
-
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
-
getStatus
- Returns:
- the status
-
setStatus
- Parameters:
status- the status to set- Returns:
- this
-