public abstract class StreamRuleTypeResponse extends Object
| Constructor and Description |
|---|
StreamRuleTypeResponse() |
| Modifier and Type | Method and Description |
|---|---|
static StreamRuleTypeResponse |
create(int id,
String name,
String shortDesc,
String longDesc) |
abstract int |
id() |
abstract String |
longDesc() |
abstract String |
name() |
abstract String |
shortDesc() |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.