public class ReportBody extends Object
Constructor and Description |
---|
ReportBody() |
Modifier and Type | Method and Description |
---|---|
List<com.fasterxml.jackson.databind.JsonNode> |
getEntries() |
String |
getProcessId() |
ReportType |
getReportType() |
void |
setEntries(List<com.fasterxml.jackson.databind.JsonNode> entries) |
void |
setProcessId(String processId) |
void |
setReportType(ReportType reportType) |
public String getProcessId()
public void setProcessId(String processId)
public ReportType getReportType()
public void setReportType(ReportType reportType)
public List<com.fasterxml.jackson.databind.JsonNode> getEntries()
public void setEntries(List<com.fasterxml.jackson.databind.JsonNode> entries)
Copyright © 2018 Vitam. All rights reserved.