Interface TeamChainSettleInfoOuterClass.TeamChainSettleInfoOrBuilder

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

public static interface TeamChainSettleInfoOuterClass.TeamChainSettleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 difficulty = 12;
    boolean
    bool is_new_record = 9;
    int
    getScoreList(int index)
    repeated uint32 score_list = 6;
    int
    repeated uint32 score_list = 6;
    repeated uint32 score_list = 6;
    int
    uint32 stage_id = 1;
    int
    uint32 total_score = 8;

    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

    • getDifficulty

      int getDifficulty()
      uint32 difficulty = 12;
      Returns:
      The difficulty.
    • getTotalScore

      int getTotalScore()
      uint32 total_score = 8;
      Returns:
      The totalScore.
    • getStageId

      int getStageId()
      uint32 stage_id = 1;
      Returns:
      The stageId.
    • getIsNewRecord

      boolean getIsNewRecord()
      bool is_new_record = 9;
      Returns:
      The isNewRecord.
    • getScoreListList

      List<Integer> getScoreListList()
      repeated uint32 score_list = 6;
      Returns:
      A list containing the scoreList.
    • getScoreListCount

      int getScoreListCount()
      repeated uint32 score_list = 6;
      Returns:
      The count of scoreList.
    • getScoreList

      int getScoreList(int index)
      repeated uint32 score_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The scoreList at the given index.