类 Environment


  • public class Environment
    extends JsonObject
    Represent the function environment
    • 构造器详细资料

      • Environment

        public Environment()
    • 方法详细资料

      • getVariables

        public Map<String,​String> getVariables()
        Get the environment variable parameter
        返回:
        The environment variable parameter
      • setVariables

        public void setVariables​(Map<String,​String> variables)
        Set the environment variable parameter
        参数:
        variables - The environment variable parameter