Class KeyValueString

    • Constructor Detail

      • KeyValueString

        public KeyValueString()
      • KeyValueString

        public KeyValueString​(KeyValueString source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getKey

        public String getKey()
        Get 键
        Returns:
        Key 键
      • setKey

        public void setKey​(String Key)
        Set 键
        Parameters:
        Key - 键
      • getValue

        public String getValue()
        Get 值
        Returns:
        Value 值
      • setValue

        public void setValue​(String Value)
        Set 值
        Parameters:
        Value - 值