Interface ParentQuestRandomInfoOuterClass.ParentQuestRandomInfoOrBuilder

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

public static interface ParentQuestRandomInfoOuterClass.ParentQuestRandomInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entrance_id = 14;
    int
    getFactorList(int index)
    repeated uint32 factor_list = 9;
    int
    repeated uint32 factor_list = 9;
    repeated uint32 factor_list = 9;
    int
    uint32 template_id = 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

    • getFactorListList

      List<Integer> getFactorListList()
      repeated uint32 factor_list = 9;
      Returns:
      A list containing the factorList.
    • getFactorListCount

      int getFactorListCount()
      repeated uint32 factor_list = 9;
      Returns:
      The count of factorList.
    • getFactorList

      int getFactorList(int index)
      repeated uint32 factor_list = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The factorList at the given index.
    • getTemplateId

      int getTemplateId()
      uint32 template_id = 4;
      Returns:
      The templateId.
    • getEntranceId

      int getEntranceId()
      uint32 entrance_id = 14;
      Returns:
      The entranceId.