Constructor and Description |
---|
Properties() |
Modifier and Type | Method and Description |
---|---|
Date |
getAbsoluteExpiryTime() |
Symbol |
getContentEncoding() |
Symbol |
getContentType() |
Object |
getCorrelationId() |
Date |
getCreationTime() |
String |
getGroupId() |
UnsignedInteger |
getGroupSequence() |
Object |
getMessageId() |
String |
getReplyTo() |
String |
getReplyToGroupId() |
String |
getSubject() |
String |
getTo() |
Binary |
getUserId() |
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 |
setTo(String to) |
void |
setUserId(Binary userId) |
String |
toString() |
public Object getMessageId()
public void setMessageId(Object messageId)
public Binary getUserId()
public void setUserId(Binary userId)
public String getTo()
public void setTo(String to)
public String getSubject()
public void setSubject(String subject)
public String getReplyTo()
public void setReplyTo(String replyTo)
public Object getCorrelationId()
public void setCorrelationId(Object correlationId)
public Symbol getContentType()
public void setContentType(Symbol contentType)
public Symbol getContentEncoding()
public void setContentEncoding(Symbol contentEncoding)
public Date getAbsoluteExpiryTime()
public void setAbsoluteExpiryTime(Date absoluteExpiryTime)
public Date getCreationTime()
public void setCreationTime(Date creationTime)
public String getGroupId()
public void setGroupId(String groupId)
public UnsignedInteger getGroupSequence()
public void setGroupSequence(UnsignedInteger groupSequence)
public String getReplyToGroupId()
public void setReplyToGroupId(String replyToGroupId)
Copyright © 2016 The Apache Software Foundation. All rights reserved.