|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FileProperties
| Method Summary | |
|---|---|
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 |
getFilename()
Retrieve the value in the filename 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. |
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 |
setFilename(java.lang.String filename)
Set the filename field, or null indicating the field in 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 |
| Method Detail |
|---|
java.lang.String getContentType()
java.lang.String getContentEncoding()
java.util.Map<java.lang.String,java.lang.Object> getHeaders()
java.lang.Integer getPriority()
java.lang.String getReplyTo()
java.lang.String getMessageId()
java.lang.String getFilename()
java.util.Date getTimestamp()
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 setPriority(java.lang.Integer priority)
priority - the value to set the field tovoid setReplyTo(java.lang.String replyTo)
replyTo - the value to set the field tovoid setMessageId(java.lang.String messageId)
messageId - the value to set the field tovoid setFilename(java.lang.String filename)
filename - the value to the field tovoid setTimestamp(java.util.Date timestamp)
timestamp - 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 | ||||||||