Interface DebugNotifyOuterClass.DebugNotifyOrBuilder

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

public static interface DebugNotifyOuterClass.DebugNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 id = 1;
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    .DebugNotify.Retcode retcode = 3;
    int
    .DebugNotify.Retcode retcode = 3;

    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

    • getId

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

      String getName()
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Returns:
      The bytes for name.
    • getRetcodeValue

      int getRetcodeValue()
      .DebugNotify.Retcode retcode = 3;
      Returns:
      The enum numeric value on the wire for retcode.
    • getRetcode

      .DebugNotify.Retcode retcode = 3;
      Returns:
      The retcode.