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 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
    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.

    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

    • getUnassignId

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

      com.google.protobuf.ByteString getUnassignIdBytes()
       The ID from the unassigned event to be completed by this assignment.
       Must be a valid LedgerString (as described in ``value.proto``).
       Required
       
      string unassign_id = 1 [json_name = "unassignId"];
      Returns:
      The bytes for unassignId.
    • 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.