Package fr.gouv.vitam.batch.report.model
Class OperationSummary
java.lang.Object
fr.gouv.vitam.batch.report.model.OperationSummary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodegetEvId()com.fasterxml.jackson.databind.JsonNodevoidsetEvDetData(com.fasterxml.jackson.databind.JsonNode evDetData) voidvoidvoidsetOutcome(String outcome) voidsetOutDetail(String outDetail) voidvoidsetRightsStatementIdentifier(com.fasterxml.jackson.databind.JsonNode rightsStatementIdentifier) void
-
Constructor Details
-
OperationSummary
public OperationSummary() -
OperationSummary
-
-
Method Details
-
getTenant
-
setTenant
-
getEvId
-
setEvId
-
getEvType
-
setEvType
-
getOutcome
-
setOutcome
-
getOutDetail
-
setOutDetail
-
getOutMsg
-
setOutMsg
-
getRightsStatementIdentifier
public com.fasterxml.jackson.databind.JsonNode getRightsStatementIdentifier() -
setRightsStatementIdentifier
public void setRightsStatementIdentifier(com.fasterxml.jackson.databind.JsonNode rightsStatementIdentifier) -
getEvDetData
public com.fasterxml.jackson.databind.JsonNode getEvDetData() -
setEvDetData
public void setEvDetData(com.fasterxml.jackson.databind.JsonNode evDetData)
-