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