Class MessagePropertiesChunk

    • Constructor Detail

      • MessagePropertiesChunk

        public MessagePropertiesChunk​(ChunkGroup parentGroup)
      • MessagePropertiesChunk

        public MessagePropertiesChunk​(ChunkGroup parentGroup,
                                      boolean isEmbedded)
    • Method Detail

      • getNextRecipientId

        public long getNextRecipientId()
      • getNextAttachmentId

        public long getNextAttachmentId()
      • getRecipientCount

        public long getRecipientCount()
      • getAttachmentCount

        public long getAttachmentCount()
      • setNextRecipientId

        public void setNextRecipientId​(long nextRecipientId)
      • setNextAttachmentId

        public void setNextAttachmentId​(long nextAttachmentId)
      • setRecipientCount

        public void setRecipientCount​(long recipientCount)
      • setAttachmentCount

        public void setAttachmentCount​(long attachmentCount)