Class ImmutableTagMatcher.TagMatcherBuilder
- java.lang.Object
-
- org.opennms.integration.api.v1.timeseries.immutables.ImmutableTagMatcher.TagMatcherBuilder
-
- Enclosing class:
- ImmutableTagMatcher
public static final class ImmutableTagMatcher.TagMatcherBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TagMatcherBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opennms.integration.api.v1.timeseries.TagMatcherbuild()ImmutableTagMatcher.TagMatcherBuilderkey(java.lang.String key)static ImmutableTagMatcher.TagMatcherBuilderof(org.opennms.integration.api.v1.timeseries.Tag tag)Create a TagMatcherBuilder prefilled with the tags key and value.ImmutableTagMatcher.TagMatcherBuildertype(org.opennms.integration.api.v1.timeseries.TagMatcher.Type type)ImmutableTagMatcher.TagMatcherBuildervalue(java.lang.String value)
-
-
-
Method Detail
-
type
public ImmutableTagMatcher.TagMatcherBuilder type(org.opennms.integration.api.v1.timeseries.TagMatcher.Type type)
-
key
public ImmutableTagMatcher.TagMatcherBuilder key(java.lang.String key)
-
value
public ImmutableTagMatcher.TagMatcherBuilder value(java.lang.String value)
-
of
public static ImmutableTagMatcher.TagMatcherBuilder of(org.opennms.integration.api.v1.timeseries.Tag tag)
Create a TagMatcherBuilder prefilled with the tags key and value.
-
build
public org.opennms.integration.api.v1.timeseries.TagMatcher build()
-
-