Interface GetAllMailRspOuterClass.GetAllMailRspOrBuilder

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

public static interface GetAllMailRspOuterClass.GetAllMailRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getRetcode

      int getRetcode()
      int32 retcode = 15;
      Returns:
      The retcode.
    • getIsTruncated

      boolean getIsTruncated()
      bool is_truncated = 10;
      Returns:
      The isTruncated.
    • getMailListList

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

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

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

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

      MailDataOuterClass.MailDataOrBuilder getMailListOrBuilder(int index)
      repeated .MailData mail_list = 11;
    • getIsCollected

      boolean getIsCollected()
      bool is_collected = 13;
      Returns:
      The isCollected.