org.apache.qpid.proton.amqp.messaging
Class Properties
java.lang.Object
org.apache.qpid.proton.amqp.messaging.Properties
- All Implemented Interfaces:
- Section
public final class Properties
- extends Object
- implements Section
Properties
public Properties()
getMessageId
public Object getMessageId()
setMessageId
public void setMessageId(Object messageId)
getUserId
public Binary getUserId()
setUserId
public void setUserId(Binary userId)
getTo
public String getTo()
setTo
public void setTo(String to)
getSubject
public String getSubject()
setSubject
public void setSubject(String subject)
getReplyTo
public String getReplyTo()
setReplyTo
public void setReplyTo(String replyTo)
getCorrelationId
public Object getCorrelationId()
setCorrelationId
public void setCorrelationId(Object correlationId)
getContentType
public Symbol getContentType()
setContentType
public void setContentType(Symbol contentType)
getContentEncoding
public Symbol getContentEncoding()
setContentEncoding
public void setContentEncoding(Symbol contentEncoding)
getAbsoluteExpiryTime
public Date getAbsoluteExpiryTime()
setAbsoluteExpiryTime
public void setAbsoluteExpiryTime(Date absoluteExpiryTime)
getCreationTime
public Date getCreationTime()
setCreationTime
public void setCreationTime(Date creationTime)
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
getGroupSequence
public UnsignedInteger getGroupSequence()
setGroupSequence
public void setGroupSequence(UnsignedInteger groupSequence)
getReplyToGroupId
public String getReplyToGroupId()
setReplyToGroupId
public void setReplyToGroupId(String replyToGroupId)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.