public abstract class StreamListResponse extends Object
| Constructor and Description |
|---|
StreamListResponse() |
| Modifier and Type | Method and Description |
|---|---|
static StreamListResponse |
create(long total,
Collection<StreamResponse> streams) |
abstract Collection<StreamResponse> |
streams() |
abstract long |
total() |
public abstract long total()
public abstract Collection<StreamResponse> streams()
public static StreamListResponse create(long total, Collection<StreamResponse> streams)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.