Class ResultKeyValueMap

    • Constructor Detail

      • ResultKeyValueMap

        public ResultKeyValueMap()
    • Method Detail

      • getKey

        public String getKey()
        Get the key
        Returns:
        the key
      • setKey

        public void setKey​(String newKey)
        Set the key
        Parameters:
        newKey - the key
      • getValue

        public List<String> getValue()
        Get the value
        Returns:
        the value
      • setValue

        public void setValue​(List<String> newValue)
        Set the value
        Parameters:
        newValue - the value