Package org.graylog2.streams
Class OutputImpl
java.lang.Object
org.graylog2.streams.OutputImpl
- All Implemented Interfaces:
Output
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OutputImplcreate(String _id, String title, String type, String creator_user_id, Map<String, Object> configuration, Date created_at, String content_pack) abstract Stringabstract Dateabstract Stringabstract StringgetId()abstract StringgetTitle()abstract StringgetType()
-
Constructor Details
-
OutputImpl
public OutputImpl()
-
-
Method Details
-
getId
-
getTitle
-
getType
-
getCreatorUserId
- Specified by:
getCreatorUserIdin interfaceOutput
-
getConfiguration
- Specified by:
getConfigurationin interfaceOutput
-
getCreatedAt
- Specified by:
getCreatedAtin interfaceOutput
-
getContentPack
- Specified by:
getContentPackin interfaceOutput
-
create
-