Interface ChallengeDataNotifyOuterClass.ChallengeDataNotifyOrBuilder

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

public static interface ChallengeDataNotifyOuterClass.ChallengeDataNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 challenge_index = 3;
    int
    uint32 param_index = 10;
    int
    uint32 value = 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

    • getChallengeIndex

      int getChallengeIndex()
      uint32 challenge_index = 3;
      Returns:
      The challengeIndex.
    • getValue

      int getValue()
      uint32 value = 2;
      Returns:
      The value.
    • getParamIndex

      int getParamIndex()
      uint32 param_index = 10;
      Returns:
      The paramIndex.