public class AccessLogMessage extends Object implements Serializable
| Constructor and Description |
|---|
AccessLogMessage() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getRequestBody() |
Object |
getResponseBody() |
String |
getResponseLabel() |
String |
getResponseStatus() |
Long |
getResponseTimeMillis() |
TransactionStage |
getTransactionStage() |
String |
getTransactionType() |
void |
setRequestBody(Object requestBody) |
void |
setResponseBody(Object responseBody) |
void |
setResponseLabel(String responseLabel) |
void |
setResponseStatus(String responseStatus) |
void |
setResponseTimeMillis(Long responseTimeMillis) |
void |
setTransactionStage(TransactionStage transactionStage) |
void |
setTransactionType(String transactionType) |
public TransactionStage getTransactionStage()
public void setTransactionStage(TransactionStage transactionStage)
public String getTransactionType()
public void setTransactionType(String transactionType)
public Object getRequestBody()
public void setRequestBody(Object requestBody)
public Object getResponseBody()
public void setResponseBody(Object responseBody)
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 © 2020. All rights reserved.