public abstract class CreateStreamRequest extends Object
Constructor and Description |
---|
CreateStreamRequest() |
Modifier and Type | Method and Description |
---|---|
abstract String |
contentPack() |
static CreateStreamRequest |
create(@NotEmpty String title,
String description,
List<CreateStreamRuleRequest> rules,
String contentPack,
String matchingType,
Boolean removeMatchesFromDefaultStream,
String indexSetId) |
abstract String |
description() |
abstract String |
indexSetId() |
abstract Stream.MatchingType |
matchingType() |
abstract boolean |
removeMatchesFromDefaultStream() |
abstract List<CreateStreamRuleRequest> |
rules() |
abstract String |
title() |
public abstract String title()
public abstract List<CreateStreamRuleRequest> rules()
public abstract Stream.MatchingType matchingType()
public abstract boolean removeMatchesFromDefaultStream()
public abstract String indexSetId()
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.