Class KeyValuePairInput


  • @Component
    public class KeyValuePairInput
    extends Object
    • Constructor Detail

      • KeyValuePairInput

        public KeyValuePairInput()
    • 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()