ReassignmentCommands
该类可用于构建有效的提交。它提供了用于初始创建的 create(String, String, String, UnassignCommand) 和设置可选参数的方法,例如 withWorkflowId(String)、withSubmissionId(String) 等。用法: varsubmission = ReassignmentCommands.create(userId, commandId, 同步器Id, unassingnCommand) .withWorkflowId(workflowId) .with…
重新分配命令 - 稳定
上游文档:打开
签名
public final class ReassignmentCommands extends Object
会员|文档 |会员|介绍 |已弃用 |已删除 |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | ---------- | ---------- | -------- |
| 打开 | ReassignmentCommands(Optional<String>, String, String, String, List<ReassignmentCommand>, Optional<String>) | 3.4.8 | - | - |
| 打开 | create(String, String, String, AssignCommand) | 3.4.8 | - | - |
| 打开 | create(String, String, String, UnassignCommand) | 3.4.8 | - | - |
| 打开 | equals(Object) | 3.4.8 | - | - |
| 打开 | fromProto(ReassignmentCommandOuterClass.ReassignmentCommands) | 3.4.8 | - | - || 打开 | getCommandId() | 3.4.8 | - | - |
| 打开 | getCommands() | 3.4.8 | - | - |
| 打开 | getSubmissionId() | 3.4.8 | - | - |
| 打开 | getSubmitter() | 3.4.8 | - | - |
| 打开 | getUserId() | 3.4.8 | - | - |
| 打开 | getWorkflowId() | 3.4.8 | - | - |
| 打开 | hashCode() | 3.4.8 | - | - || 打开 | toProto() | 3.4.8 | - | - |
| 打开 | toString() | 3.4.8 | - | - |
| 打开 | withSubmissionId(String) | 3.4.8 | - | - |
| 打开 | withWorkflowId(String) | 3.4.8 | - | - |
本文由 CC Privacy Club 根据 Canton Network 官方文档(CC-BY-4.0)整理翻译,仅供学习;实现细节以官方最新版本为准。