类 CfcInvokeResult

  • 所有已实现的接口:
    Closeable, AutoCloseable

    public class CfcInvokeResult
    extends Object
    implements Closeable
    Contains the data returned by baidu CFC from the invoke call. The result is the return of the user's function performed by baidu CFC.
    • 构造器详细资料

      • CfcInvokeResult

        public CfcInvokeResult()
    • 方法详细资料

      • getObjectMetadata

        public CfcMetaData getObjectMetadata()
        Get the meta data of CFC service call.
        返回:
        The objectMetadata of CFC
      • setObjectMetadata

        public void setObjectMetadata​(CfcMetaData objectMetadata)
        Set the meta data of CFC service call.
        参数:
        objectMetadata - The meta data of CFC service call.
      • getContent

        public CfcInputStream getContent()
        Get the Content of CFC service call.
        返回:
        The Content of CFC service call.
      • setContent

        public void setContent​(CfcInputStream content)
        Set the Content of CFC service call.
        参数:
        content - The Content of CFC service call.