Interface OpenBlossomCircleCampGuideNotifyOuterClass.OpenBlossomCircleCampGuideNotifyOrBuilder

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

public static interface OpenBlossomCircleCampGuideNotifyOuterClass.OpenBlossomCircleCampGuideNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 circle_camp_id_list = 6;
    int
    repeated uint32 circle_camp_id_list = 6;
    repeated uint32 circle_camp_id_list = 6;
    int
    uint32 refresh_id = 8;

    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

    • getRefreshId

      int getRefreshId()
      uint32 refresh_id = 8;
      Returns:
      The refreshId.
    • getCircleCampIdListList

      List<Integer> getCircleCampIdListList()
      repeated uint32 circle_camp_id_list = 6;
      Returns:
      A list containing the circleCampIdList.
    • getCircleCampIdListCount

      int getCircleCampIdListCount()
      repeated uint32 circle_camp_id_list = 6;
      Returns:
      The count of circleCampIdList.
    • getCircleCampIdList

      int getCircleCampIdList(int index)
      repeated uint32 circle_camp_id_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The circleCampIdList at the given index.