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 Output
public abstract Map<String,Object> getConfiguration()
getConfiguration
in interface Output
public abstract Date getCreatedAt()
getCreatedAt
in interface Output
@Nullable public abstract String getContentPack()
getContentPack
in interface Output
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.