Class ImmutableTagMatcher
- java.lang.Object
-
- org.opennms.integration.api.v1.timeseries.immutables.ImmutableTagMatcher
-
- All Implemented Interfaces:
java.io.Serializable,org.opennms.integration.api.v1.timeseries.TagMatcher
public class ImmutableTagMatcher extends java.lang.Object implements org.opennms.integration.api.v1.timeseries.TagMatcher, java.io.Serializable- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImmutableTagMatcher.TagMatcherBuilder
-
Constructor Summary
Constructors Constructor Description ImmutableTagMatcher(org.opennms.integration.api.v1.timeseries.TagMatcher.Type type, java.lang.String key, java.lang.String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImmutableTagMatcher.TagMatcherBuilderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetKey()org.opennms.integration.api.v1.timeseries.TagMatcher.TypegetType()java.lang.StringgetValue()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public org.opennms.integration.api.v1.timeseries.TagMatcher.Type getType()
- Specified by:
getTypein interfaceorg.opennms.integration.api.v1.timeseries.TagMatcher
-
getKey
public java.lang.String getKey()
- Specified by:
getKeyin interfaceorg.opennms.integration.api.v1.timeseries.TagMatcher
-
getValue
public java.lang.String getValue()
- Specified by:
getValuein interfaceorg.opennms.integration.api.v1.timeseries.TagMatcher
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static ImmutableTagMatcher.TagMatcherBuilder builder()
-
-