public abstract class SimulationResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SimulationResponse.Builder |
Constructor and Description |
---|
SimulationResponse() |
Modifier and Type | Method and Description |
---|---|
static SimulationResponse.Builder |
builder() |
static SimulationResponse |
create(List<ResultMessageSummary> messages,
List<PipelineInterpreterTrace> simulationTrace,
long tookMicroseconds) |
abstract List<ResultMessageSummary> |
messages() |
abstract List<PipelineInterpreterTrace> |
simulationTrace() |
abstract long |
tookMicroseconds() |
public abstract List<ResultMessageSummary> messages()
public abstract List<PipelineInterpreterTrace> simulationTrace()
public abstract long tookMicroseconds()
public static SimulationResponse.Builder builder()
public static SimulationResponse create(List<ResultMessageSummary> messages, List<PipelineInterpreterTrace> simulationTrace, long tookMicroseconds)
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.