Interface GadgetGeneralRewardInfoOuterClass.GadgetGeneralRewardInfoOrBuilder

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

public static interface GadgetGeneralRewardInfoOuterClass.GadgetGeneralRewardInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getResin

      int getResin()
      uint32 resin = 1;
      Returns:
      The resin.
    • getDeadTime

      int getDeadTime()
      uint32 dead_time = 2;
      Returns:
      The deadTime.
    • getRemainUidListList

      List<Integer> getRemainUidListList()
      repeated uint32 remain_uid_list = 3;
      Returns:
      A list containing the remainUidList.
    • getRemainUidListCount

      int getRemainUidListCount()
      repeated uint32 remain_uid_list = 3;
      Returns:
      The count of remainUidList.
    • getRemainUidList

      int getRemainUidList(int index)
      repeated uint32 remain_uid_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The remainUidList at the given index.
    • getQualifyUidListList

      List<Integer> getQualifyUidListList()
      repeated uint32 qualify_uid_list = 4;
      Returns:
      A list containing the qualifyUidList.
    • getQualifyUidListCount

      int getQualifyUidListCount()
      repeated uint32 qualify_uid_list = 4;
      Returns:
      The count of qualifyUidList.
    • getQualifyUidList

      int getQualifyUidList(int index)
      repeated uint32 qualify_uid_list = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The qualifyUidList at the given index.
    • hasItemParam

      boolean hasItemParam()
      .ItemParam item_param = 5;
      Returns:
      Whether the itemParam field is set.
    • getItemParam

      .ItemParam item_param = 5;
      Returns:
      The itemParam.
    • getItemParamOrBuilder

      .ItemParam item_param = 5;