类 GetFunctionResponse

    • 构造器详细资料

      • GetFunctionResponse

        public GetFunctionResponse()
    • 方法详细资料

      • getCode

        public CodeStorage getCode()
        Get function code
        返回:
        The function code
      • setCode

        public void setCode​(CodeStorage code)
        Set the function code
        参数:
        code - The function code
      • getConfiguration

        public FunctionConfiguration getConfiguration()
        Get the function information
        返回:
        The function information
      • setConfiguration

        public void setConfiguration​(FunctionConfiguration configuration)
        Set the function information
        参数:
        configuration - The function information