Interface FansClubDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FansClubData, FansClubData.Builder

public interface FansClubDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 anchorId = 6;
    long
    repeated int64 availableGiftIds = 5;
    int
    repeated int64 availableGiftIds = 5;
    repeated int64 availableGiftIds = 5;
    .UserBadge badge = 4;
    .UserBadge badge = 4;
    string clubName = 1;
    com.google.protobuf.ByteString
    string clubName = 1;
    int
    int32 level = 2;
    int
    int32 userFansClubStatus = 3;
    boolean
    .UserBadge badge = 4;

    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

    • getClubName

      String getClubName()
      string clubName = 1;
      Returns:
      The clubName.
    • getClubNameBytes

      com.google.protobuf.ByteString getClubNameBytes()
      string clubName = 1;
      Returns:
      The bytes for clubName.
    • getLevel

      int getLevel()
      int32 level = 2;
      Returns:
      The level.
    • getUserFansClubStatus

      int getUserFansClubStatus()
      int32 userFansClubStatus = 3;
      Returns:
      The userFansClubStatus.
    • hasBadge

      boolean hasBadge()
      .UserBadge badge = 4;
      Returns:
      Whether the badge field is set.
    • getBadge

      UserBadge getBadge()
      .UserBadge badge = 4;
      Returns:
      The badge.
    • getBadgeOrBuilder

      UserBadgeOrBuilder getBadgeOrBuilder()
      .UserBadge badge = 4;
    • getAvailableGiftIdsList

      List<Long> getAvailableGiftIdsList()
      repeated int64 availableGiftIds = 5;
      Returns:
      A list containing the availableGiftIds.
    • getAvailableGiftIdsCount

      int getAvailableGiftIdsCount()
      repeated int64 availableGiftIds = 5;
      Returns:
      The count of availableGiftIds.
    • getAvailableGiftIds

      long getAvailableGiftIds(int index)
      repeated int64 availableGiftIds = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The availableGiftIds at the given index.
    • getAnchorId

      long getAnchorId()
      int64 anchorId = 6;
      Returns:
      The anchorId.