Interface StartEffigyChallengeRspOuterClass.StartEffigyChallengeRspOrBuilder

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

public static interface StartEffigyChallengeRspOuterClass.StartEffigyChallengeRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 challenge_id = 10;
    int
    getConditionIdList(int index)
    repeated uint32 condition_id_list = 9;
    int
    repeated uint32 condition_id_list = 9;
    repeated uint32 condition_id_list = 9;
    int
    uint32 difficulty_id = 12;
    int
    uint32 point_id = 4;
    int
    int32 retcode = 5;

    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

    • getPointId

      int getPointId()
      uint32 point_id = 4;
      Returns:
      The pointId.
    • getConditionIdListList

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

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

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

      int getDifficultyId()
      uint32 difficulty_id = 12;
      Returns:
      The difficultyId.
    • getRetcode

      int getRetcode()
      int32 retcode = 5;
      Returns:
      The retcode.
    • getChallengeId

      int getChallengeId()
      uint32 challenge_id = 10;
      Returns:
      The challengeId.