public class Report extends Object
Constructor and Description |
---|
Report() |
Modifier and Type | Method and Description |
---|---|
void |
addError(String error) |
String |
getDescription() |
LocalDateTime |
getEnd() |
List<String> |
getErrors() |
String |
getFeature() |
String |
getOperationId() |
LocalDateTime |
getStart() |
String |
getType() |
boolean |
isOK() |
void |
setDescription(String description) |
void |
setEnd(LocalDateTime end) |
void |
setFeature(String feature) |
void |
setOperationId(String operationId) |
void |
setStart(LocalDateTime start) |
void |
setType(String type) |
public String getFeature()
public void setFeature(String feature)
feature
- name of the featurepublic String getOperationId()
public void setOperationId(String operationId)
operationId
- id operationpublic String getType()
public void setType(String type)
type
- typepublic String getDescription()
public void setDescription(String description)
description
- descriptionpublic boolean isOK()
public void addError(String error)
error
- add error to the errors listpublic LocalDateTime getStart()
public void setStart(LocalDateTime start)
start
- the start to setpublic LocalDateTime getEnd()
public void setEnd(LocalDateTime end)
end
- the end to setCopyright © 2018 Vitam. All rights reserved.