public class InterfaceCallLogMessage extends Object implements Serializable
| Constructor and Description |
|---|
InterfaceCallLogMessage() |
| Modifier and Type | Method and Description |
|---|---|
RequestChannels |
getInterfaceChannel() |
String |
getInterfaceName() |
String |
getReceivedBody() |
String |
getResponseLabel() |
String |
getResponseStatus() |
Long |
getResponseTimeMillis() |
String |
getSentBody() |
TransactionStage |
getTransactionStage() |
void |
setInterfaceChannel(RequestChannels interfaceChannel) |
void |
setInterfaceName(String interfaceName) |
void |
setReceivedBody(String receivedBody) |
void |
setResponseLabel(String responseLabel) |
void |
setResponseStatus(String responseStatus) |
void |
setResponseTimeMillis(Long responseTimeMillis) |
void |
setSentBody(String sentBody) |
void |
setTransactionStage(TransactionStage transactionStage) |
public TransactionStage getTransactionStage()
public void setTransactionStage(TransactionStage transactionStage)
public String getInterfaceName()
public void setInterfaceName(String interfaceName)
public RequestChannels getInterfaceChannel()
public void setInterfaceChannel(RequestChannels interfaceChannel)
public String getSentBody()
public void setSentBody(String sentBody)
public String getReceivedBody()
public void setReceivedBody(String receivedBody)
public Long getResponseTimeMillis()
public void setResponseTimeMillis(Long responseTimeMillis)
public String getResponseStatus()
public void setResponseStatus(String responseStatus)
public String getResponseLabel()
public void setResponseLabel(String responseLabel)
Copyright © 2021. All rights reserved.