Package fr.gouv.vitam.metadata.api.model
Class ReconstructionResponseItem
- java.lang.Object
-
- fr.gouv.vitam.metadata.api.model.ReconstructionResponseItem
-
public class ReconstructionResponseItem extends java.lang.ObjectDescription of reconstruction response item model.
-
-
Constructor Summary
Constructors Constructor Description ReconstructionResponseItem()Constructor.ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem, StatusCode status)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCollection()Get the collection of the profileStatusCodegetStatus()java.lang.IntegergetTenant()Get tenantReconstructionResponseItemsetCollection(java.lang.String collection)Set the collection of the profile This value must be unique by tenantReconstructionResponseItemsetStatus(StatusCode status)ReconstructionResponseItemsetTenant(java.lang.Integer tenant)Set or change tenant
-
-
-
Constructor Detail
-
ReconstructionResponseItem
public ReconstructionResponseItem()
Constructor.
-
ReconstructionResponseItem
public ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem, StatusCode status)
Constructor- Parameters:
reconstructionRequestItem- request itemstatus- status
-
-
Method Detail
-
getCollection
public java.lang.String getCollection()
Get the collection of the profile- Returns:
- collection as String
-
setCollection
public ReconstructionResponseItem 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 ReconstructionResponseItem setTenant(java.lang.Integer tenant)
Set or change tenant- Parameters:
tenant-- Returns:
- this
-
getStatus
public StatusCode getStatus()
- Returns:
- the status
-
setStatus
public ReconstructionResponseItem setStatus(StatusCode status)
- Parameters:
status- the status to set- Returns:
- this
-
-