| Constructor and Description |
|---|
OutputImpl() |
| Modifier and Type | Method and Description |
|---|---|
static OutputImpl |
create(String _id,
String title,
String type,
String creator_user_id,
Map<String,Object> configuration,
Date created_at,
String content_pack) |
abstract Map<String,Object> |
getConfiguration() |
abstract String |
getContentPack() |
abstract Date |
getCreatedAt() |
abstract String |
getCreatorUserId() |
abstract String |
getId() |
abstract String |
getTitle() |
abstract String |
getType() |
public abstract String getCreatorUserId()
getCreatorUserId in interface Outputpublic abstract Map<String,Object> getConfiguration()
getConfiguration in interface Outputpublic abstract Date getCreatedAt()
getCreatedAt in interface Output@Nullable public abstract String getContentPack()
getContentPack in interface OutputCopyright © 2012-2016 Graylog, Inc.. All Rights Reserved.