Interface EvtAvatarStandUpNotifyOuterClass.EvtAvatarStandUpNotifyOrBuilder

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

public static interface EvtAvatarStandUpNotifyOuterClass.EvtAvatarStandUpNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 chair_id = 5;
    int
    int32 direction = 1;
    int
    uint32 entity_id = 4;
    int
    int32 performId = 7;

    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

    • getChairId

      long getChairId()
      uint64 chair_id = 5;
      Returns:
      The chairId.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 4;
      Returns:
      The entityId.
    • getPerformId

      int getPerformId()
      int32 performId = 7;
      Returns:
      The performId.
    • getDirection

      int getDirection()
      int32 direction = 1;
      Returns:
      The direction.