Interface CustomDungeonSocialOuterClass.CustomDungeonSocialOrBuilder

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

public static interface CustomDungeonSocialOuterClass.CustomDungeonSocialOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 like_num = 15;
    int
    uint32 play_num = 11;
    int
    uint32 store_num = 14;
    int
    uint32 win_num = 3;

    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

    • getWinNum

      int getWinNum()
      uint32 win_num = 3;
      Returns:
      The winNum.
    • getPlayNum

      int getPlayNum()
      uint32 play_num = 11;
      Returns:
      The playNum.
    • getLikeNum

      int getLikeNum()
      uint32 like_num = 15;
      Returns:
      The likeNum.
    • getStoreNum

      int getStoreNum()
      uint32 store_num = 14;
      Returns:
      The storeNum.