public class DefaultOperationResult extends java.lang.Object implements OperationResult
| Constructor and Description |
|---|
DefaultOperationResult(long startTime,
long endTime) |
| Modifier and Type | Method and Description |
|---|---|
long |
getEndTime() |
long |
getStartTime() |
public DefaultOperationResult(long startTime,
long endTime)
public long getStartTime()
getStartTime in interface OperationResultpublic long getEndTime()
getEndTime in interface OperationResult