com.rabbitmq.client
public interface BasicProperties
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppId()
Retrieve the value in the appId 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)
Deprecated.
|
void |
setContentEncoding(java.lang.String contentEncoding)
Deprecated.
|
void |
setContentType(java.lang.String contentType)
Deprecated.
|
void |
setCorrelationId(java.lang.String correlationId)
Deprecated.
|
void |
setDeliveryMode(java.lang.Integer deliveryMode)
Deprecated.
|
void |
setExpiration(java.lang.String expiration)
Deprecated.
|
void |
setHeaders(java.util.Map<java.lang.String,java.lang.Object> headers)
Deprecated.
|
void |
setMessageId(java.lang.String messageId)
Deprecated.
|
void |
setPriority(java.lang.Integer priority)
Deprecated.
|
void |
setReplyTo(java.lang.String replyTo)
Deprecated.
|
void |
setTimestamp(java.util.Date timestamp)
Deprecated.
|
void |
setType(java.lang.String type)
Deprecated.
|
void |
setUserId(java.lang.String userId)
Deprecated.
|
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()
@Deprecated void setContentType(java.lang.String contentType)
contentType
- the value to set the field to@Deprecated void setContentEncoding(java.lang.String contentEncoding)
contentEncoding
- - the value to set the field to@Deprecated void setHeaders(java.util.Map<java.lang.String,java.lang.Object> headers)
headers
- a map of table field names and values@Deprecated void setDeliveryMode(java.lang.Integer deliveryMode)
deliveryMode
- the value to set the field to@Deprecated void setPriority(java.lang.Integer priority)
priority
- the value to set the field to@Deprecated void setCorrelationId(java.lang.String correlationId)
correlationId
- the value to set the field to@Deprecated void setReplyTo(java.lang.String replyTo)
replyTo
- the value to set the field to@Deprecated void setExpiration(java.lang.String expiration)
expiration
- the value to set the field to@Deprecated void setMessageId(java.lang.String messageId)
messageId
- the value to set the field to@Deprecated void setTimestamp(java.util.Date timestamp)
timestamp
- the value to set the field to@Deprecated void setType(java.lang.String type)
type
- the value to set the field to@Deprecated void setUserId(java.lang.String userId)
userId
- the value to set the field to@Deprecated void setAppId(java.lang.String appId)
appId
- the value to set the field to