类 InvokeResponse

    • 构造器详细资料

      • InvokeResponse

        public InvokeResponse()
    • 方法详细资料

      • getPayload

        public byte[] getPayload()
        Get the result of invoking the user function
        返回:
        The result of invoking the user function
      • setPayload

        public void setPayload​(byte[] payload)
        Set the result of invoking the user function
        参数:
        payload - The result of invoking the user function
      • getBceLogResult

        public String getBceLogResult()
        Get the log of invoking the user function
        返回:
        The log of invoking the user function
      • setBceLogResult

        public void setBceLogResult​(String bceLogResult)
        Set the log of invoking the user function
        参数:
        bceLogResult - The log of invoking the user function