Interface GachaWishRspOuterClass.GachaWishRspOrBuilder

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

public static interface GachaWishRspOuterClass.GachaWishRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 gacha_schedule_id = 11;
    int
    uint32 gacha_type = 8;
    int
    int32 retcode = 13;
    int
    uint32 wish_item_id = 15;
    int
    uint32 wish_max_progress = 10;
    int
    uint32 wish_progress = 6;

    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

    • getWishProgress

      int getWishProgress()
      uint32 wish_progress = 6;
      Returns:
      The wishProgress.
    • getWishItemId

      int getWishItemId()
      uint32 wish_item_id = 15;
      Returns:
      The wishItemId.
    • getGachaScheduleId

      int getGachaScheduleId()
      uint32 gacha_schedule_id = 11;
      Returns:
      The gachaScheduleId.
    • getRetcode

      int getRetcode()
      int32 retcode = 13;
      Returns:
      The retcode.
    • getWishMaxProgress

      int getWishMaxProgress()
      uint32 wish_max_progress = 10;
      Returns:
      The wishMaxProgress.
    • getGachaType

      int getGachaType()
      uint32 gacha_type = 8;
      Returns:
      The gachaType.