Class KeyValueObj

    • Constructor Detail

      • KeyValueObj

        public KeyValueObj()
      • KeyValueObj

        public KeyValueObj​(KeyValueObj 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 Key值
        Returns:
        Key Key值
      • setKey

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

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

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