public class AccessLogMessage extends Object implements Serializable
| Constructor and Description |
|---|
AccessLogMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestBody() |
String |
getResponseBody() |
String |
getResponseLabel() |
String |
getResponseStatus() |
Long |
getResponseTimeMillis() |
TransactionStage |
getTransactionStage() |
String |
getTransactionType() |
void |
setRequestBody(String requestBody) |
void |
setResponseBody(String 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 String getRequestBody()
public void setRequestBody(String requestBody)
public String getResponseBody()
public void setResponseBody(String 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 © 2022. All rights reserved.