Interface PlayerApplyEnterHomeNotifyOuterClass.PlayerApplyEnterHomeNotifyOrBuilder

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

public static interface PlayerApplyEnterHomeNotifyOuterClass.PlayerApplyEnterHomeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 src_app_id = 8;
    .OnlinePlayerInfo src_player_info = 10;
    .OnlinePlayerInfo src_player_info = 10;
    boolean
    .OnlinePlayerInfo src_player_info = 10;

    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

    • getSrcAppId

      int getSrcAppId()
      uint32 src_app_id = 8;
      Returns:
      The srcAppId.
    • hasSrcPlayerInfo

      boolean hasSrcPlayerInfo()
      .OnlinePlayerInfo src_player_info = 10;
      Returns:
      Whether the srcPlayerInfo field is set.
    • getSrcPlayerInfo

      .OnlinePlayerInfo src_player_info = 10;
      Returns:
      The srcPlayerInfo.
    • getSrcPlayerInfoOrBuilder

      .OnlinePlayerInfo src_player_info = 10;