Interface EffigyChallengeInfoNotifyOuterClass.EffigyChallengeInfoNotifyOrBuilder

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

public static interface EffigyChallengeInfoNotifyOuterClass.EffigyChallengeInfoNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 challenge_id = 6;
    int
    uint32 challenge_score = 11;
    int
    getConditionIdList(int index)
    repeated uint32 condition_id_list = 7;
    int
    repeated uint32 condition_id_list = 7;
    repeated uint32 condition_id_list = 7;
    int
    uint32 difficulty_id = 2;

    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 = 6;
      Returns:
      The challengeId.
    • getDifficultyId

      int getDifficultyId()
      uint32 difficulty_id = 2;
      Returns:
      The difficultyId.
    • getChallengeScore

      int getChallengeScore()
      uint32 challenge_score = 11;
      Returns:
      The challengeScore.
    • getConditionIdListList

      List<Integer> getConditionIdListList()
      repeated uint32 condition_id_list = 7;
      Returns:
      A list containing the conditionIdList.
    • getConditionIdListCount

      int getConditionIdListCount()
      repeated uint32 condition_id_list = 7;
      Returns:
      The count of conditionIdList.
    • getConditionIdList

      int getConditionIdList(int index)
      repeated uint32 condition_id_list = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The conditionIdList at the given index.