Class Parameter

  • All Implemented Interfaces:
    Serializable

    public class Parameter
    extends Object
    implements Serializable
    Parameters to be used for threshold checking this service. Parameters are specfic to the service thresholder.
    See Also:
    Serialized Form
    • Constructor Detail

      • Parameter

        public Parameter()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object