public interface

BasicProperties

com.rabbitmq.client.BasicProperties
Known Indirect Subclasses

Summary

Public Methods
abstract String getAppId()
Retrieve the value in the appId field.
abstract String getContentEncoding()
Retrieve the value in the contentEncoding field.
abstract String getContentType()
Retrieve the value in the contentType field.
abstract String getCorrelationId()
Retrieve the value in the correlationId field.
abstract Integer getDeliveryMode()
Retrieve the value in the deliveryMode field.
abstract String getExpiration()
Retrieve the value in the expiration field.
abstract Map<StringObject> getHeaders()
Retrieve the table in the headers field as a map of fields names and values.
abstract String getMessageId()
Retrieve the value in the messageId field.
abstract Integer getPriority()
Retrieve the value in the priority field.
abstract String getReplyTo()
Retrieve the value in the replyTo field.
abstract Date getTimestamp()
Retrieve the value in the timestamp field.
abstract String getType()
Retrieve the value in the type field.
abstract String getUserId()
Retrieve the value in the userId field.
abstract void setAppId(String appId)
Set the appId field, or null indicating the field is not set
abstract void setContentEncoding(String contentEncoding)
Set the contentEncoding field, or null indicating the field is not set
abstract void setContentType(String contentType)
Set the contentType field, or null indicating the field is not set
abstract void setCorrelationId(String correlationId)
Set the correlationId field, or null indicating the field is not set
abstract void setDeliveryMode(Integer deliveryMode)
Set the deliveryMode field, or null indicating the field is not set
abstract void setExpiration(String expiration)
Set the expiration field, or null indicating the field is not set
abstract void setHeaders(Map<StringObject> headers)
Set the headers table, or null indicating the field is not set
abstract void setMessageId(String messageId)
Set the messageId field, or null indicating the field is not set
abstract void setPriority(Integer priority)
Set the priority field, or null indicating the field is not set
abstract void setReplyTo(String replyTo)
Set the replyTo field, or null indicating the field is not set
abstract void setTimestamp(Date timestamp)
Set the timestamp field, or null indicating the field is not set
abstract void setType(String type)
Set the type field, or null indicating the field is not set
abstract void setUserId(String userId)
Set the userId field, or null indicating the field is not set

Public Methods

public abstract String getAppId ()

Retrieve the value in the appId field.

Returns
  • appId field, or null if the field has not been set.

public abstract String getContentEncoding ()

Retrieve the value in the contentEncoding field.

Returns
  • contentEncoding field, or null if the field has not been set.

public abstract String getContentType ()

Retrieve the value in the contentType field.

Returns
  • contentType field, or null if the field has not been set.

public abstract String getCorrelationId ()

Retrieve the value in the correlationId field.

Returns
  • correlationId field, or null if the field has not been set.

public abstract Integer getDeliveryMode ()

Retrieve the value in the deliveryMode field.

Returns
  • deliveryMode field, or null if the field has not been set.

public abstract String getExpiration ()

Retrieve the value in the expiration field.

Returns
  • expiration field, or null if the field has not been set.

public abstract Map<StringObject> getHeaders ()

Retrieve the table in the headers field as a map of fields names and values.

Returns
  • headers table, or null if the headers field has not been set.

public abstract String getMessageId ()

Retrieve the value in the messageId field.

Returns
  • messageId field, or null if the field has not been set.

public abstract Integer getPriority ()

Retrieve the value in the priority field.

Returns
  • priority field, or null if the field has not been set.

public abstract String getReplyTo ()

Retrieve the value in the replyTo field.

Returns
  • replyTo field, or null if the field has not been set.

public abstract Date getTimestamp ()

Retrieve the value in the timestamp field.

Returns
  • timestamp field, or null if the field has not been set.

public abstract String getType ()

Retrieve the value in the type field.

Returns
  • type field, or null if the field has not been set.

public abstract String getUserId ()

Retrieve the value in the userId field.

Returns
  • userId field, or null if the field has not been set.

public abstract void setAppId (String appId)

Set the appId field, or null indicating the field is not set

Parameters
appId the value to set the field to

public abstract void setContentEncoding (String contentEncoding)

Set the contentEncoding field, or null indicating the field is not set

Parameters
contentEncoding - the value to set the field to

public abstract void setContentType (String contentType)

Set the contentType field, or null indicating the field is not set

Parameters
contentType the value to set the field to

public abstract void setCorrelationId (String correlationId)

Set the correlationId field, or null indicating the field is not set

Parameters
correlationId the value to set the field to

public abstract void setDeliveryMode (Integer deliveryMode)

Set the deliveryMode field, or null indicating the field is not set

Parameters
deliveryMode the value to set the field to

public abstract void setExpiration (String expiration)

Set the expiration field, or null indicating the field is not set

Parameters
expiration the value to set the field to

public abstract void setHeaders (Map<StringObject> headers)

Set the headers table, or null indicating the field is not set

Parameters
headers a map of table field names and values

public abstract void setMessageId (String messageId)

Set the messageId field, or null indicating the field is not set

Parameters
messageId the value to set the field to

public abstract void setPriority (Integer priority)

Set the priority field, or null indicating the field is not set

Parameters
priority the value to set the field to

public abstract void setReplyTo (String replyTo)

Set the replyTo field, or null indicating the field is not set

Parameters
replyTo the value to set the field to

public abstract void setTimestamp (Date timestamp)

Set the timestamp field, or null indicating the field is not set

Parameters
timestamp the value to set the field to

public abstract void setType (String type)

Set the type field, or null indicating the field is not set

Parameters
type the value to set the field to

public abstract void setUserId (String userId)

Set the userId field, or null indicating the field is not set

Parameters
userId the value to set the field to