public class ImmutableTagMatcher extends Object implements org.opennms.integration.api.v1.timeseries.TagMatcher
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableTagMatcher.TagMatcherBuilder |
| Constructor and Description |
|---|
ImmutableTagMatcher(org.opennms.integration.api.v1.timeseries.TagMatcher.Type type,
String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTagMatcher.TagMatcherBuilder |
builder() |
boolean |
equals(Object o) |
String |
getKey() |
org.opennms.integration.api.v1.timeseries.TagMatcher.Type |
getType() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public org.opennms.integration.api.v1.timeseries.TagMatcher.Type getType()
getType in interface org.opennms.integration.api.v1.timeseries.TagMatcherpublic String getKey()
getKey in interface org.opennms.integration.api.v1.timeseries.TagMatcherpublic String getValue()
getValue in interface org.opennms.integration.api.v1.timeseries.TagMatcherpublic static ImmutableTagMatcher.TagMatcherBuilder builder()
Copyright © 2021. All rights reserved.