Interface GadgetPlayInfoOuterClass.GadgetPlayInfoOrBuilder

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

public static interface GadgetPlayInfoOuterClass.GadgetPlayInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPlayType

      int getPlayType()
      uint32 play_type = 1;
      Returns:
      The playType.
    • getDuration

      int getDuration()
      uint32 duration = 2;
      Returns:
      The duration.
    • getProgressStageListList

      List<Integer> getProgressStageListList()
      repeated uint32 progress_stage_list = 3;
      Returns:
      A list containing the progressStageList.
    • getProgressStageListCount

      int getProgressStageListCount()
      repeated uint32 progress_stage_list = 3;
      Returns:
      The count of progressStageList.
    • getProgressStageList

      int getProgressStageList(int index)
      repeated uint32 progress_stage_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The progressStageList at the given index.
    • getStartCd

      int getStartCd()
      uint32 start_cd = 4;
      Returns:
      The startCd.
    • getStartTime

      int getStartTime()
      uint32 start_time = 5;
      Returns:
      The startTime.
    • getProgress

      int getProgress()
      uint32 progress = 6;
      Returns:
      The progress.
    • hasCrucibleInfo

      boolean hasCrucibleInfo()
      .GadgetCrucibleInfo crucible_info = 21;
      Returns:
      Whether the crucibleInfo field is set.
    • getCrucibleInfo

      .GadgetCrucibleInfo crucible_info = 21;
      Returns:
      The crucibleInfo.
    • getCrucibleInfoOrBuilder

      .GadgetCrucibleInfo crucible_info = 21;
    • getPlayInfoCase