Class DetectorAttributeDTO


  • public class DetectorAttributeDTO
    extends Object
    • Constructor Detail

      • DetectorAttributeDTO

        public DetectorAttributeDTO()
      • DetectorAttributeDTO

        public DetectorAttributeDTO​(String key,
                                    String value)
    • 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