Interface GCGChallengeDataOuterClass.GCGChallengeDataOrBuilder

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

public static interface GCGChallengeDataOuterClass.GCGChallengeDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 challenge_id = 1;
    int
    uint32 challenge_type = 2;
    int
    getParamList(int index)
    repeated uint32 param_list = 3;
    int
    repeated uint32 param_list = 3;
    repeated uint32 param_list = 3;
    int
    uint32 progress = 4;

    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

    • getChallengeId

      int getChallengeId()
      uint32 challenge_id = 1;
      Returns:
      The challengeId.
    • getChallengeType

      int getChallengeType()
      uint32 challenge_type = 2;
      Returns:
      The challengeType.
    • getParamListList

      List<Integer> getParamListList()
      repeated uint32 param_list = 3;
      Returns:
      A list containing the paramList.
    • getParamListCount

      int getParamListCount()
      repeated uint32 param_list = 3;
      Returns:
      The count of paramList.
    • getParamList

      int getParamList(int index)
      repeated uint32 param_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paramList at the given index.
    • getProgress

      int getProgress()
      uint32 progress = 4;
      Returns:
      The progress.