Class CreateFlowByFilesRequest

    • Constructor Detail

      • CreateFlowByFilesRequest

        public CreateFlowByFilesRequest()
      • CreateFlowByFilesRequest

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

      • getCaller

        public Caller getCaller()
        Get 调用方信息
        Returns:
        Caller 调用方信息
      • setCaller

        public void setCaller​(Caller Caller)
        Set 调用方信息
        Parameters:
        Caller - 调用方信息
      • getFlowInfo

        public FlowInfo getFlowInfo()
        Get 流程创建信息
        Returns:
        FlowInfo 流程创建信息
      • setFlowInfo

        public void setFlowInfo​(FlowInfo FlowInfo)
        Set 流程创建信息
        Parameters:
        FlowInfo - 流程创建信息
      • getFileIds

        public String[] getFileIds()
        Get 文件资源列表 (支持多文件)
        Returns:
        FileIds 文件资源列表 (支持多文件)
      • setFileIds

        public void setFileIds​(String[] FileIds)
        Set 文件资源列表 (支持多文件)
        Parameters:
        FileIds - 文件资源列表 (支持多文件)
      • getCustomId

        public String getCustomId()
        Get 自定义流程id
        Returns:
        CustomId 自定义流程id
      • setCustomId

        public void setCustomId​(String CustomId)
        Set 自定义流程id
        Parameters:
        CustomId - 自定义流程id