Interface EntityTagChangeNotifyOuterClass.EntityTagChangeNotifyOrBuilder

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

public static interface EntityTagChangeNotifyOuterClass.EntityTagChangeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 11;
    boolean
    bool is_add = 2;
    string tag = 3;
    com.google.protobuf.ByteString
    string tag = 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

    • getTag

      String getTag()
      string tag = 3;
      Returns:
      The tag.
    • getTagBytes

      com.google.protobuf.ByteString getTagBytes()
      string tag = 3;
      Returns:
      The bytes for tag.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 11;
      Returns:
      The entityId.
    • getIsAdd

      boolean getIsAdd()
      bool is_add = 2;
      Returns:
      The isAdd.