Interface PersonalLineNewUnlockNotifyOuterClass.PersonalLineNewUnlockNotifyOrBuilder

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

public static interface PersonalLineNewUnlockNotifyOuterClass.PersonalLineNewUnlockNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 personal_line_id_list = 6;
    int
    repeated uint32 personal_line_id_list = 6;
    repeated uint32 personal_line_id_list = 6;

    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

    • getPersonalLineIdListList

      List<Integer> getPersonalLineIdListList()
      repeated uint32 personal_line_id_list = 6;
      Returns:
      A list containing the personalLineIdList.
    • getPersonalLineIdListCount

      int getPersonalLineIdListCount()
      repeated uint32 personal_line_id_list = 6;
      Returns:
      The count of personalLineIdList.
    • getPersonalLineIdList

      int getPersonalLineIdList(int index)
      repeated uint32 personal_line_id_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The personalLineIdList at the given index.