Class 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 class  ImmutableTagMatcher.TagMatcherBuilder  
      • Nested classes/interfaces inherited from interface org.opennms.integration.api.v1.timeseries.TagMatcher

        org.opennms.integration.api.v1.timeseries.TagMatcher.Type
    • Constructor Summary

      Constructors 
      Constructor Description
      ImmutableTagMatcher​(org.opennms.integration.api.v1.timeseries.TagMatcher.Type type, java.lang.String key, java.lang.String value)  
    • Constructor Detail

      • ImmutableTagMatcher

        public ImmutableTagMatcher​(org.opennms.integration.api.v1.timeseries.TagMatcher.Type type,
                                   java.lang.String key,
                                   java.lang.String value)
    • Method Detail

      • getType

        public org.opennms.integration.api.v1.timeseries.TagMatcher.Type getType()
        Specified by:
        getType in interface org.opennms.integration.api.v1.timeseries.TagMatcher
      • getKey

        public java.lang.String getKey()
        Specified by:
        getKey in interface org.opennms.integration.api.v1.timeseries.TagMatcher
      • getValue

        public java.lang.String getValue()
        Specified by:
        getValue in interface org.opennms.integration.api.v1.timeseries.TagMatcher
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object