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