Interface MarkNewNotifyOuterClass.MarkNewNotifyOrBuilder

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

public static interface MarkNewNotifyOuterClass.MarkNewNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getIdList(int index)
    repeated uint32 id_list = 2;
    int
    repeated uint32 id_list = 2;
    repeated uint32 id_list = 2;
    int
    uint32 mark_new_type = 13;

    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

    • getMarkNewType

      int getMarkNewType()
      uint32 mark_new_type = 13;
      Returns:
      The markNewType.
    • getIdListList

      List<Integer> getIdListList()
      repeated uint32 id_list = 2;
      Returns:
      A list containing the idList.
    • getIdListCount

      int getIdListCount()
      repeated uint32 id_list = 2;
      Returns:
      The count of idList.
    • getIdList

      int getIdList(int index)
      repeated uint32 id_list = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The idList at the given index.