Class Property

    • Constructor Detail

      • Property

        public Property()
      • Property

        public Property​(Property 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