Interface CommandOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Command, Command.Builder

    public interface CommandOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCmd()
      string cmd = 1;
      com.google.protobuf.ByteString getCmdBytes()
      string cmd = 1;
      • 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 Detail

      • getCmd

        String getCmd()
        string cmd = 1;
        Returns:
        The cmd.
      • getCmdBytes

        com.google.protobuf.ByteString getCmdBytes()
        string cmd = 1;
        Returns:
        The bytes for cmd.