public abstract class PersistedInputsSummaryResponse extends Object
| Constructor and Description |
|---|
PersistedInputsSummaryResponse() |
| Modifier and Type | Method and Description |
|---|---|
static PersistedInputsSummaryResponse |
create(int total,
List<PersistedInputsResponse> inputs) |
static PersistedInputsSummaryResponse |
create(List<PersistedInputsResponse> inputs) |
abstract List<PersistedInputsResponse> |
inputs() |
abstract int |
total() |
public abstract int total()
public abstract List<PersistedInputsResponse> inputs()
public static PersistedInputsSummaryResponse create(int total, List<PersistedInputsResponse> inputs)
public static PersistedInputsSummaryResponse create(List<PersistedInputsResponse> inputs)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.