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 TypeMethodDescriptionlongint64 anchorId = 6;longgetAvailableGiftIds(int index) repeated int64 availableGiftIds = 5;intrepeated int64 availableGiftIds = 5;repeated int64 availableGiftIds = 5;getBadge().UserBadge badge = 4;.UserBadge badge = 4;string clubName = 1;com.google.protobuf.ByteStringstring clubName = 1;intgetLevel()int32 level = 2;intint32 userFansClubStatus = 3;booleanhasBadge().UserBadge badge = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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.
-