|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.talend.esb.sam.common.event.MessageInfo
public class MessageInfo
The Class MessageInfo using to define information related to message.
| Constructor Summary | |
|---|---|
MessageInfo()
Instantiates a new message info. |
|
MessageInfo(String messageId,
String flowId,
String portType,
String operationName,
String transportType)
Instantiates a new message info. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getFlowId()
Gets the flow id. |
String |
getMessageId()
Gets the message id. |
String |
getOperationName()
Gets the operation name. |
String |
getPortType()
Gets the port type. |
String |
getTransportType()
Gets the transport type. |
int |
hashCode()
|
void |
setFlowId(String flowId)
Sets the flow id. |
void |
setMessageId(String messageId)
Sets the message id. |
void |
setOperationName(String operationName)
Sets the operation name. |
void |
setPortType(String portType)
Sets the port type. |
void |
setTransportType(String transportType)
Sets the transport type. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessageInfo(String messageId,
String flowId,
String portType,
String operationName,
String transportType)
messageId - the message idflowId - the flow idportType - the port typeoperationName - the operation nametransportType - the transport typepublic MessageInfo()
| Method Detail |
|---|
public String getMessageId()
public void setMessageId(String messageId)
messageId - the new message idpublic String getFlowId()
public void setFlowId(String flowId)
flowId - the new flow idpublic String getPortType()
public void setPortType(String portType)
portType - the new port typepublic String getOperationName()
public void setOperationName(String operationName)
operationName - the new operation namepublic String getTransportType()
public void setTransportType(String transportType)
transportType - the new transport typepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||