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.Object
Description 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.String
getCollection()
Get the collection of the profileStatusCode
getStatus()
java.lang.Integer
getTenant()
Get tenantReconstructionResponseItem
setCollection(java.lang.String collection)
Set the collection of the profile This value must be unique by tenantReconstructionResponseItem
setStatus(StatusCode status)
ReconstructionResponseItem
setTenant(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
-
-