Class PollerAttributeDTO


  • public class PollerAttributeDTO
    extends Object
    • Constructor Detail

      • PollerAttributeDTO

        public PollerAttributeDTO()
      • PollerAttributeDTO

        public PollerAttributeDTO​(String key,
                                  String value)
      • PollerAttributeDTO

        public PollerAttributeDTO​(String key,
                                  Object contents)
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getContents

        public Object getContents()
      • setContents

        public void setContents​(Object contents)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object