public class MessageInfo extends Object implements Serializable
| Constructor and Description |
|---|
MessageInfo()
Instantiates a new message info.
|
MessageInfo(String messageId,
String flowId,
String portType,
String operationName,
String transportType)
Instantiates a new message info.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
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()
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 typeCopyright © 2011–2015 Talend Inc.. All rights reserved.