Interface ReassignmentCommandOuterClass.AssignCommandOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReassignmentCommandOuterClass.AssignCommand, ReassignmentCommandOuterClass.AssignCommand.Builder
Enclosing class:
ReassignmentCommandOuterClass

public static interface ReassignmentCommandOuterClass.AssignCommandOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The ID from the unassigned event to be completed by this assignment.
    com.google.protobuf.ByteString
    The ID from the unassigned event to be completed by this assignment.
    The ID of the source synchronizer Must be a valid synchronizer id Required
    com.google.protobuf.ByteString
    The ID of the source synchronizer Must be a valid synchronizer id Required
    The ID of the target synchronizer Must be a valid synchronizer id Required
    com.google.protobuf.ByteString
    The ID of the target synchronizer Must be a valid synchronizer id Required

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getReassignmentId

      String getReassignmentId()
       The ID from the unassigned event to be completed by this assignment.
       Must be a valid LedgerString (as described in ``value.proto``).
       Required
       
      string reassignment_id = 1 [json_name = "reassignmentId"];
      Returns:
      The reassignmentId.
    • getReassignmentIdBytes

      com.google.protobuf.ByteString getReassignmentIdBytes()
       The ID from the unassigned event to be completed by this assignment.
       Must be a valid LedgerString (as described in ``value.proto``).
       Required
       
      string reassignment_id = 1 [json_name = "reassignmentId"];
      Returns:
      The bytes for reassignmentId.
    • getSource

      String getSource()
       The ID of the source synchronizer
       Must be a valid synchronizer id
       Required
       
      string source = 2 [json_name = "source"];
      Returns:
      The source.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes()
       The ID of the source synchronizer
       Must be a valid synchronizer id
       Required
       
      string source = 2 [json_name = "source"];
      Returns:
      The bytes for source.
    • getTarget

      String getTarget()
       The ID of the target synchronizer
       Must be a valid synchronizer id
       Required
       
      string target = 3 [json_name = "target"];
      Returns:
      The target.
    • getTargetBytes

      com.google.protobuf.ByteString getTargetBytes()
       The ID of the target synchronizer
       Must be a valid synchronizer id
       Required
       
      string target = 3 [json_name = "target"];
      Returns:
      The bytes for target.