|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BasicProperties
Method Summary | |
---|---|
java.lang.String |
getAppId()
Retrieve the value in the appId field. |
java.lang.String |
getClusterId()
Retrieve the value in the clusterId field. |
java.lang.String |
getContentEncoding()
Retrieve the value in the contentEncoding field. |
java.lang.String |
getContentType()
Retrieve the value in the contentType field. |
java.lang.String |
getCorrelationId()
Retrieve the value in the correlationId field. |
java.lang.Integer |
getDeliveryMode()
Retrieve the value in the deliveryMode field. |
java.lang.String |
getExpiration()
Retrieve the value in the expiration field. |
java.util.Map<java.lang.String,java.lang.Object> |
getHeaders()
Retrieve the table in the headers field as a map of fields names and values. |
java.lang.String |
getMessageId()
Retrieve the value in the messageId field. |
java.lang.Integer |
getPriority()
Retrieve the value in the priority field. |
java.lang.String |
getReplyTo()
Retrieve the value in the replyTo field. |
java.util.Date |
getTimestamp()
Retrieve the value in the timestamp field. |
java.lang.String |
getType()
Retrieve the value in the type field. |
java.lang.String |
getUserId()
Retrieve the value in the userId field. |
void |
setAppId(java.lang.String appId)
Set the appId field, or null indicating the field is not set |
void |
setClusterId(java.lang.String clusterId)
Set the clusterId field, or null indicating the field is not set |
void |
setContentEncoding(java.lang.String contentEncoding)
Set the contentEncoding field, or null indicating the field is not set |
void |
setContentType(java.lang.String contentType)
Set the contentType field, or null indicating the field is not set |
void |
setCorrelationId(java.lang.String correlationId)
Set the correlationId field, or null indicating the field is not set |
void |
setDeliveryMode(java.lang.Integer deliveryMode)
Set the deliveryMode field, or null indicating the field is not set |
void |
setExpiration(java.lang.String expiration)
Set the expiration field, or null indicating the field is not set |
void |
setHeaders(java.util.Map<java.lang.String,java.lang.Object> headers)
Set the headers table, or null indicating the field is not set |
void |
setMessageId(java.lang.String messageId)
Set the messageId field, or null indicating the field is not set |
void |
setPriority(java.lang.Integer priority)
Set the priority field, or null indicating the field is not set |
void |
setReplyTo(java.lang.String replyTo)
Set the replyTo field, or null indicating the field is not set |
void |
setTimestamp(java.util.Date timestamp)
Set the timestamp field, or null indicating the field is not set |
void |
setType(java.lang.String type)
Set the type field, or null indicating the field is not set |
void |
setUserId(java.lang.String userId)
Set the userId field, or null indicating the field is not set |
Method Detail |
---|
java.lang.String getContentType()
java.lang.String getContentEncoding()
java.util.Map<java.lang.String,java.lang.Object> getHeaders()
java.lang.Integer getDeliveryMode()
java.lang.Integer getPriority()
java.lang.String getCorrelationId()
java.lang.String getReplyTo()
java.lang.String getExpiration()
java.lang.String getMessageId()
java.util.Date getTimestamp()
java.lang.String getType()
java.lang.String getUserId()
java.lang.String getAppId()
java.lang.String getClusterId()
void setContentType(java.lang.String contentType)
contentType
- the value to set the field tovoid setContentEncoding(java.lang.String contentEncoding)
contentEncoding
- - the value to set the field tovoid setHeaders(java.util.Map<java.lang.String,java.lang.Object> headers)
headers
- a map of table field names and valuesvoid setDeliveryMode(java.lang.Integer deliveryMode)
deliveryMode
- the value to set the field tovoid setPriority(java.lang.Integer priority)
priority
- the value to set the field tovoid setCorrelationId(java.lang.String correlationId)
correlationId
- the value to set the field tovoid setReplyTo(java.lang.String replyTo)
replyTo
- the value to set the field tovoid setExpiration(java.lang.String expiration)
expiration
- the value to set the field tovoid setMessageId(java.lang.String messageId)
messageId
- the value to set the field tovoid setTimestamp(java.util.Date timestamp)
timestamp
- the value to set the field tovoid setType(java.lang.String type)
type
- the value to set the field tovoid setUserId(java.lang.String userId)
userId
- the value to set the field tovoid setAppId(java.lang.String appId)
appId
- the value to set the field tovoid setClusterId(java.lang.String clusterId)
clusterId
- the value to set the field to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |