Class PollerAttributeDTO
- java.lang.Object
-
- org.opennms.netmgt.poller.client.rpc.PollerAttributeDTO
-
public class PollerAttributeDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description PollerAttributeDTO()
PollerAttributeDTO(String key, Object contents)
PollerAttributeDTO(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Object
getContents()
String
getKey()
String
getValue()
int
hashCode()
void
setContents(Object contents)
void
setKey(String key)
void
setValue(String value)
String
toString()
-