Class Properties
java.lang.Object
org.apache.qpid.proton.amqp.messaging.Properties
- All Implemented Interfaces:
Section
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.qpid.proton.amqp.messaging.Section
Section.SectionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTo()getType()voidsetAbsoluteExpiryTime(Date absoluteExpiryTime) voidsetContentEncoding(Symbol contentEncoding) voidsetContentType(Symbol contentType) voidsetCorrelationId(Object correlationId) voidsetCreationTime(Date creationTime) voidsetGroupId(String groupId) voidsetGroupSequence(UnsignedInteger groupSequence) voidsetMessageId(Object messageId) voidsetReplyTo(String replyTo) voidsetReplyToGroupId(String replyToGroupId) voidsetSubject(String subject) voidvoidtoString()
-
Constructor Details
-
Properties
public Properties() -
Properties
-
-
Method Details
-
getMessageId
-
setMessageId
-
getUserId
-
setUserId
-
getTo
-
setTo
-
getSubject
-
setSubject
-
getReplyTo
-
setReplyTo
-
getCorrelationId
-
setCorrelationId
-
getContentType
-
setContentType
-
getContentEncoding
-
setContentEncoding
-
getAbsoluteExpiryTime
-
setAbsoluteExpiryTime
-
getCreationTime
-
setCreationTime
-
getGroupId
-
setGroupId
-
getGroupSequence
-
setGroupSequence
-
getReplyToGroupId
-
setReplyToGroupId
-
toString
-
getType
- Specified by:
getTypein interfaceSection- Returns:
- the
Section.SectionTypethat describes this instance.
-