Class KeyValuePair


  • @Component
    public class KeyValuePair
    extends Object
    • Constructor Detail

      • KeyValuePair

        public KeyValuePair()
    • Method Detail

      • setValueType

        public void setValueType​(ValueTypeEnum valueType)
      • setKey

        public void setKey​(String key)
      • setValue

        public void setValue​(String value)
      • getKey

        public String getKey()
      • getValue

        public String getValue()