Interface GadgetPlayUidInfoOuterClass.GadgetPlayUidInfoOrBuilder

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

public static interface GadgetPlayUidInfoOuterClass.GadgetPlayUidInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getOnlineId

      String getOnlineId()
      string online_id = 5;
      Returns:
      The onlineId.
    • getOnlineIdBytes

      com.google.protobuf.ByteString getOnlineIdBytes()
      string online_id = 5;
      Returns:
      The bytes for onlineId.
    • getScore

      int getScore()
      uint32 score = 1;
      Returns:
      The score.
    • getNickname

      String getNickname()
      string nickname = 11;
      Returns:
      The nickname.
    • getNicknameBytes

      com.google.protobuf.ByteString getNicknameBytes()
      string nickname = 11;
      Returns:
      The bytes for nickname.
    • getIcon

      int getIcon()
      uint32 icon = 15;
      Returns:
      The icon.
    • getBattleWatcherId

      int getBattleWatcherId()
      uint32 battle_watcher_id = 9;
      Returns:
      The battleWatcherId.
    • hasProfilePicture

      boolean hasProfilePicture()
      .ProfilePicture profile_picture = 6;
      Returns:
      Whether the profilePicture field is set.
    • getProfilePicture

      .ProfilePicture profile_picture = 6;
      Returns:
      The profilePicture.
    • getProfilePictureOrBuilder

      .ProfilePicture profile_picture = 6;
    • getUid

      int getUid()
      uint32 uid = 12;
      Returns:
      The uid.