Interface CoinCollectTeamAvatarInfoOuterClass.CoinCollectTeamAvatarInfoOrBuilder

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

public static interface CoinCollectTeamAvatarInfoOuterClass.CoinCollectTeamAvatarInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 avatar_id = 5;
    int
    uint32 costume_id = 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

    • getCostumeId

      int getCostumeId()
      uint32 costume_id = 4;
      Returns:
      The costumeId.
    • getAvatarId

      int getAvatarId()
      uint32 avatar_id = 5;
      Returns:
      The avatarId.