Class EnvironmentVar

    • Constructor Detail

      • EnvironmentVar

        public EnvironmentVar()
      • EnvironmentVar

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

      • getName

        public String getName()
        Get 环境变量名
        Returns:
        Name 环境变量名
      • setName

        public void setName​(String Name)
        Set 环境变量名
        Parameters:
        Name - 环境变量名
      • getValue

        public String getValue()
        Get 环境变量值
        Returns:
        Value 环境变量值
      • setValue

        public void setValue​(String Value)
        Set 环境变量值
        Parameters:
        Value - 环境变量值