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