Interface Protocol.CommandOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    Protocol.Command, Protocol.Command.Builder
    Enclosing class:
    Protocol

    public static interface Protocol.CommandOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Detail

      • getId

        int getId()
        uint32 id = 1;
        Returns:
        The id.
      • getMethodValue

        int getMethodValue()
        .protocol.Command.MethodType method = 2;
        Returns:
        The enum numeric value on the wire for method.
      • getParams

        com.google.protobuf.ByteString getParams()
        bytes params = 3;
        Returns:
        The params.