public class RequestLogEntity extends Object implements Serializable
| 构造器和说明 |
|---|
RequestLogEntity() |
public String getRequestUri()
public RequestLogEntity setRequestUri(String requestUri)
public String getUserAgent()
public RequestLogEntity setUserAgent(String userAgent)
public String getIpAddress()
public RequestLogEntity setIpAddress(String ipAddress)
public String getClassMethodName()
public RequestLogEntity setClassMethodName(String classMethodName)
public String getHeaderParams()
public RequestLogEntity setHeaderParams(String headerParams)
public String getUrlParams()
public RequestLogEntity setUrlParams(String urlParams)
public String getRequestBody()
public RequestLogEntity setRequestBody(String requestBody)
public String getResponseBody()
public RequestLogEntity setResponseBody(String responseBody)
public Boolean getError()
public RequestLogEntity setError(Boolean error)
public String getErrorMessage()
public RequestLogEntity setErrorMessage(String errorMessage)
public String getErrorStackTrace()
public RequestLogEntity setErrorStackTrace(String errorStackTrace)
public Date getRequestTime()
public RequestLogEntity setRequestTime(Date requestTime)
public Integer getInvokingTime()
public RequestLogEntity setInvokingTime(Integer invokingTime)
Copyright © 2020. All rights reserved.