public static final class ImmutableTagMatcher.TagMatcherBuilder extends Object
| Constructor and Description |
|---|
TagMatcherBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.opennms.integration.api.v1.timeseries.TagMatcher |
build() |
ImmutableTagMatcher.TagMatcherBuilder |
key(String key) |
static ImmutableTagMatcher.TagMatcherBuilder |
of(org.opennms.integration.api.v1.timeseries.Tag tag)
Create a TagMatcherBuilder prefilled with the tags key and value.
|
ImmutableTagMatcher.TagMatcherBuilder |
type(org.opennms.integration.api.v1.timeseries.TagMatcher.Type type) |
ImmutableTagMatcher.TagMatcherBuilder |
value(String value) |
public ImmutableTagMatcher.TagMatcherBuilder type(org.opennms.integration.api.v1.timeseries.TagMatcher.Type type)
public ImmutableTagMatcher.TagMatcherBuilder key(String key)
public ImmutableTagMatcher.TagMatcherBuilder value(String value)
public static ImmutableTagMatcher.TagMatcherBuilder of(org.opennms.integration.api.v1.timeseries.Tag tag)
public org.opennms.integration.api.v1.timeseries.TagMatcher build()
Copyright © 2021. All rights reserved.