Interface UnionCmdOuterClass.UnionCmdOrBuilder

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

public static interface UnionCmdOuterClass.UnionCmdOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes body = 1;
    int
    uint32 message_id = 5;

    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

    • getBody

      com.google.protobuf.ByteString getBody()
      bytes body = 1;
      Returns:
      The body.
    • getMessageId

      int getMessageId()
      uint32 message_id = 5;
      Returns:
      The messageId.