Interface CombineDataNotifyOuterClass.CombineDataNotifyOrBuilder

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

public static interface CombineDataNotifyOuterClass.CombineDataNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getCombineIdList(int index)
    repeated uint32 combine_id_list = 15;
    int
    repeated uint32 combine_id_list = 15;
    repeated uint32 combine_id_list = 15;

    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

    • getCombineIdListList

      List<Integer> getCombineIdListList()
      repeated uint32 combine_id_list = 15;
      Returns:
      A list containing the combineIdList.
    • getCombineIdListCount

      int getCombineIdListCount()
      repeated uint32 combine_id_list = 15;
      Returns:
      The count of combineIdList.
    • getCombineIdList

      int getCombineIdList(int index)
      repeated uint32 combine_id_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The combineIdList at the given index.