Class Properties

    • Field Detail

      • DESCRIPTOR_CODE

        public static final UnsignedLong DESCRIPTOR_CODE
      • DESCRIPTOR_SYMBOL

        public static final Symbol DESCRIPTOR_SYMBOL
    • Constructor Detail

      • Properties

        public Properties()
      • Properties

        public Properties​(Properties other)
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • getElementCount

        public int getElementCount()
      • hasMessageId

        public boolean hasMessageId()
      • hasUserId

        public boolean hasUserId()
      • hasTo

        public boolean hasTo()
      • hasSubject

        public boolean hasSubject()
      • hasReplyTo

        public boolean hasReplyTo()
      • hasCorrelationId

        public boolean hasCorrelationId()
      • hasContentType

        public boolean hasContentType()
      • hasContentEncoding

        public boolean hasContentEncoding()
      • hasAbsoluteExpiryTime

        public boolean hasAbsoluteExpiryTime()
      • hasCreationTime

        public boolean hasCreationTime()
      • hasGroupId

        public boolean hasGroupId()
      • hasGroupSequence

        public boolean hasGroupSequence()
      • hasReplyToGroupId

        public boolean hasReplyToGroupId()
      • getMessageId

        public Object getMessageId()
      • getUserId

        public Binary getUserId()
      • setUserId

        public Properties setUserId​(byte[] userId)
      • getTo

        public String getTo()
      • getSubject

        public String getSubject()
      • getReplyTo

        public String getReplyTo()
      • getCorrelationId

        public Object getCorrelationId()
      • setCorrelationId

        public Properties setCorrelationId​(Object correlationId)
      • getContentType

        public String getContentType()
      • getContentEncoding

        public String getContentEncoding()
      • setContentEncoding

        public Properties setContentEncoding​(String contentEncoding)
      • getAbsoluteExpiryTime

        public long getAbsoluteExpiryTime()
      • setAbsoluteExpiryTime

        public Properties setAbsoluteExpiryTime​(int absoluteExpiryTime)
      • setAbsoluteExpiryTime

        public Properties setAbsoluteExpiryTime​(long absoluteExpiryTime)
      • clearAbsoluteExpiryTime

        public void clearAbsoluteExpiryTime()
      • getCreationTime

        public long getCreationTime()
      • setCreationTime

        public Properties setCreationTime​(int creationTime)
      • setCreationTime

        public Properties setCreationTime​(long creationTime)
      • clearCreationTime

        public void clearCreationTime()
      • getGroupId

        public String getGroupId()
      • getGroupSequence

        public long getGroupSequence()
      • setGroupSequence

        public Properties setGroupSequence​(int groupSequence)
      • setGroupSequence

        public Properties setGroupSequence​(long groupSequence)
      • clearGroupSequence

        public void clearGroupSequence()
      • getReplyToGroupId

        public String getReplyToGroupId()
      • setReplyToGroupId

        public Properties setReplyToGroupId​(String replyToGroupId)