@StampyLibrary(libraryName="stampy-core") public class SendHeader extends AbstractClientBodyMessageHeader
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DESTINATION
The Constant DESTINATION.
|
static java.lang.String |
TRANSACTION
The Constant TRANSACTION.
|
CONTENT_TYPECONTENT_LENGTHRECEIPT| Constructor and Description |
|---|
SendHeader() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDestination()
Gets the destination.
|
java.lang.String |
getTransaction()
Gets the transaction.
|
void |
setDestination(java.lang.String destination)
Sets the destination.
|
void |
setTransaction(java.lang.String transaction)
Sets the transaction.
|
getReceipt, setReceiptgetContentType, setContentTypeaddHeader, equals, getContentLength, getHeaders, getHeaderValue, hashCode, hasHeader, removeHeader, setContentLength, toMessageHeader, toStringpublic static final java.lang.String TRANSACTION
public static final java.lang.String DESTINATION
public void setDestination(java.lang.String destination)
destination - the new destinationpublic java.lang.String getDestination()
public void setTransaction(java.lang.String transaction)
transaction - the new transactionpublic java.lang.String getTransaction()