public class ReportEntry<T> extends Object implements ReportOperation
| Modifier | Constructor and Description |
|---|---|
protected |
ReportEntry() |
|
ReportEntry(String operationId,
String description,
OperationResult result,
OperatorParameters parameters,
T entryDescriptor) |
|
ReportEntry(String operationId,
String description,
OperationResult result,
T entryDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
T |
getEntryDescriptor() |
String |
getOperationId() |
OperatorParameters |
getParameters() |
OperationResult |
getResult() |
boolean |
isSingleOperation() |
protected ReportEntry()
public ReportEntry(String operationId, String description, OperationResult result, T entryDescriptor)
public ReportEntry(String operationId, String description, OperationResult result, OperatorParameters parameters, T entryDescriptor)
public String getOperationId()
public String getDescription()
public OperatorParameters getParameters()
public OperationResult getResult()
public boolean isSingleOperation()
isSingleOperation in interface ReportOperationpublic T getEntryDescriptor()
Copyright © 2020. All Rights Reserved.