Interface GCGControllerShowInfoOuterClass.GCGControllerShowInfoOrBuilder

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

public static interface GCGControllerShowInfoOuterClass.GCGControllerShowInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPsnId

      String getPsnId()
      string psn_id = 12;
      Returns:
      The psnId.
    • getPsnIdBytes

      com.google.protobuf.ByteString getPsnIdBytes()
      string psn_id = 12;
      Returns:
      The bytes for psnId.
    • getNickName

      String getNickName()
      string nick_name = 10;
      Returns:
      The nickName.
    • getNickNameBytes

      com.google.protobuf.ByteString getNickNameBytes()
      string nick_name = 10;
      Returns:
      The bytes for nickName.
    • getOnlineId

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

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

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

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

      .ProfilePicture profile_picture = 3;
    • getControllerId

      int getControllerId()
      uint32 controller_id = 11;
      Returns:
      The controllerId.