Class Parameter

  • All Implemented Interfaces:
    java.io.Serializable

    public class Parameter
    extends java.lang.Object
    implements java.io.Serializable
    Parameters to be used for collecting this service. Parameters are specific to the service monitor.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Parameter()  
      Parameter​(java.lang.String key, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getKey()  
      java.lang.String getValue()  
      int hashCode()  
      void setKey​(java.lang.String key)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Parameter

        public Parameter()
      • Parameter

        public Parameter​(java.lang.String key,
                         java.lang.String value)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • setKey

        public void setKey​(java.lang.String key)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object