public abstract class SeriesDescription extends Object
| Constructor and Description |
|---|
SeriesDescription() |
| Modifier and Type | Method and Description |
|---|---|
static SeriesDescription |
create(String type,
String description) |
abstract String |
description() |
abstract String |
type() |
public abstract String type()
public abstract String description()
public static SeriesDescription create(String type, String description)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.