Class KeyValuePair

    • Constructor Detail

      • KeyValuePair

        @DataBoundConstructor
        public KeyValuePair​(String key,
                            String value)
    • Method Detail

      • getKey

        public String getKey()
      • getValue

        public String getValue()