Class Properties
- java.lang.Object
-
- org.apache.qpid.proton.amqp.messaging.Properties
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.qpid.proton.amqp.messaging.Section
Section.SectionType
-
-
Constructor Summary
Constructors Constructor Description Properties()
Properties(Properties other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getAbsoluteExpiryTime()
Symbol
getContentEncoding()
Symbol
getContentType()
java.lang.Object
getCorrelationId()
java.util.Date
getCreationTime()
java.lang.String
getGroupId()
UnsignedInteger
getGroupSequence()
java.lang.Object
getMessageId()
java.lang.String
getReplyTo()
java.lang.String
getReplyToGroupId()
java.lang.String
getSubject()
java.lang.String
getTo()
Section.SectionType
getType()
Binary
getUserId()
void
setAbsoluteExpiryTime(java.util.Date absoluteExpiryTime)
void
setContentEncoding(Symbol contentEncoding)
void
setContentType(Symbol contentType)
void
setCorrelationId(java.lang.Object correlationId)
void
setCreationTime(java.util.Date creationTime)
void
setGroupId(java.lang.String groupId)
void
setGroupSequence(UnsignedInteger groupSequence)
void
setMessageId(java.lang.Object messageId)
void
setReplyTo(java.lang.String replyTo)
void
setReplyToGroupId(java.lang.String replyToGroupId)
void
setSubject(java.lang.String subject)
void
setTo(java.lang.String to)
void
setUserId(Binary userId)
java.lang.String
toString()
-
-
-
Constructor Detail
-
Properties
public Properties()
-
Properties
public Properties(Properties other)
-
-
Method Detail
-
getMessageId
public java.lang.Object getMessageId()
-
setMessageId
public void setMessageId(java.lang.Object messageId)
-
getUserId
public Binary getUserId()
-
setUserId
public void setUserId(Binary userId)
-
getTo
public java.lang.String getTo()
-
setTo
public void setTo(java.lang.String to)
-
getSubject
public java.lang.String getSubject()
-
setSubject
public void setSubject(java.lang.String subject)
-
getReplyTo
public java.lang.String getReplyTo()
-
setReplyTo
public void setReplyTo(java.lang.String replyTo)
-
getCorrelationId
public java.lang.Object getCorrelationId()
-
setCorrelationId
public void setCorrelationId(java.lang.Object correlationId)
-
getContentType
public Symbol getContentType()
-
setContentType
public void setContentType(Symbol contentType)
-
getContentEncoding
public Symbol getContentEncoding()
-
setContentEncoding
public void setContentEncoding(Symbol contentEncoding)
-
getAbsoluteExpiryTime
public java.util.Date getAbsoluteExpiryTime()
-
setAbsoluteExpiryTime
public void setAbsoluteExpiryTime(java.util.Date absoluteExpiryTime)
-
getCreationTime
public java.util.Date getCreationTime()
-
setCreationTime
public void setCreationTime(java.util.Date creationTime)
-
getGroupId
public java.lang.String getGroupId()
-
setGroupId
public void setGroupId(java.lang.String groupId)
-
getGroupSequence
public UnsignedInteger getGroupSequence()
-
setGroupSequence
public void setGroupSequence(UnsignedInteger groupSequence)
-
getReplyToGroupId
public java.lang.String getReplyToGroupId()
-
setReplyToGroupId
public void setReplyToGroupId(java.lang.String replyToGroupId)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getType
public Section.SectionType getType()
- Specified by:
getType
in interfaceSection
- Returns:
- the
Section.SectionType
that describes this instance.
-
-