Interface GCGDuelChallengeOuterClass.GCGDuelChallengeOrBuilder

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

public static interface GCGDuelChallengeOuterClass.GCGDuelChallengeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 challenge_id = 12;
    int
    uint32 cur_progress = 2;
    int
    uint32 total_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 = 12;
      Returns:
      The challengeId.
    • getCurProgress

      int getCurProgress()
      uint32 cur_progress = 2;
      Returns:
      The curProgress.
    • getTotalProgress

      int getTotalProgress()
      uint32 total_progress = 4;
      Returns:
      The totalProgress.