Package org.opennms.netmgt.poller
Class PollStatusProperty
- java.lang.Object
-
- org.opennms.netmgt.poller.PollStatusProperty
-
public class PollStatusProperty extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PollStatusProperty()PollStatusProperty(java.lang.String key, java.lang.Number value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetKey()java.lang.NumbergetValue()inthashCode()voidsetKey(java.lang.String key)voidsetValue(java.lang.Number value)
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
setKey
public void setKey(java.lang.String key)
-
getValue
public java.lang.Number getValue()
-
setValue
public void setValue(java.lang.Number value)
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-