Interface MailChangeNotifyOuterClass.MailChangeNotifyOrBuilder

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

public static interface MailChangeNotifyOuterClass.MailChangeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMailListList

      List<MailDataOuterClass.MailData> getMailListList()
      repeated .MailData mail_list = 8;
    • getMailList

      MailDataOuterClass.MailData getMailList(int index)
      repeated .MailData mail_list = 8;
    • getMailListCount

      int getMailListCount()
      repeated .MailData mail_list = 8;
    • getMailListOrBuilderList

      List<? extends MailDataOuterClass.MailDataOrBuilder> getMailListOrBuilderList()
      repeated .MailData mail_list = 8;
    • getMailListOrBuilder

      MailDataOuterClass.MailDataOrBuilder getMailListOrBuilder(int index)
      repeated .MailData mail_list = 8;
    • getDelMailIdListList

      List<Integer> getDelMailIdListList()
      repeated uint32 del_mail_id_list = 2;
      Returns:
      A list containing the delMailIdList.
    • getDelMailIdListCount

      int getDelMailIdListCount()
      repeated uint32 del_mail_id_list = 2;
      Returns:
      The count of delMailIdList.
    • getDelMailIdList

      int getDelMailIdList(int index)
      repeated uint32 del_mail_id_list = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The delMailIdList at the given index.