Package io.gs2.log.model
Class AccessLog
java.lang.Object
io.gs2.log.model.AccessLog
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic AccessLogfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidvoidsetRequest(String request) voidsetRequestId(String requestId) voidvoidsetService(String service) voidsetTimestamp(Long timestamp) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withMethod(String method) withRequest(String request) withRequestId(String requestId) withResult(String result) withService(String service) withTimestamp(Long timestamp) withUserId(String userId)
-
Constructor Details
-
AccessLog
public AccessLog()
-
-
Method Details
-
getTimestamp
-
setTimestamp
-
withTimestamp
-
getRequestId
-
setRequestId
-
withRequestId
-
getService
-
setService
-
withService
-
getMethod
-
setMethod
-
withMethod
-
getUserId
-
setUserId
-
withUserId
-
getRequest
-
setRequest
-
withRequest
-
getResult
-
setResult
-
withResult
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-