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()
void
setAbsoluteExpiryTime
(Date absoluteExpiryTime) void
setContentEncoding
(Symbol contentEncoding) void
setContentType
(Symbol contentType) void
setCorrelationId
(Object correlationId) void
setCreationTime
(Date creationTime) void
setGroupId
(String groupId) void
setGroupSequence
(UnsignedInteger groupSequence) void
setMessageId
(Object messageId) void
setReplyTo
(String replyTo) void
setReplyToGroupId
(String replyToGroupId) void
setSubject
(String subject) void
void
toString()
-
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:
getType
in interfaceSection
- Returns:
- the
Section.SectionType
that describes this instance.
-