Interface AntiAddictNotifyOuterClass.AntiAddictNotifyOrBuilder

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

public static interface AntiAddictNotifyOuterClass.AntiAddictNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string level = 1;
    com.google.protobuf.ByteString
    string level = 1;
    string msg = 12;
    com.google.protobuf.ByteString
    string msg = 12;
    int
    int32 msg_type = 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

    • getLevel

      String getLevel()
      string level = 1;
      Returns:
      The level.
    • getLevelBytes

      com.google.protobuf.ByteString getLevelBytes()
      string level = 1;
      Returns:
      The bytes for level.
    • getMsgType

      int getMsgType()
      int32 msg_type = 5;
      Returns:
      The msgType.
    • getMsg

      String getMsg()
      string msg = 12;
      Returns:
      The msg.
    • getMsgBytes

      com.google.protobuf.ByteString getMsgBytes()
      string msg = 12;
      Returns:
      The bytes for msg.