public class AccessLog extends Object implements IModel, Serializable
| Constructor and Description |
|---|
AccessLog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static AccessLog |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getMethod() |
String |
getRequest() |
String |
getRequestId() |
String |
getResult() |
String |
getService() |
Long |
getTimestamp() |
String |
getUserId() |
int |
hashCode() |
void |
setMethod(String method) |
void |
setRequest(String request) |
void |
setRequestId(String requestId) |
void |
setResult(String result) |
void |
setService(String service) |
void |
setTimestamp(Long timestamp) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
AccessLog |
withMethod(String method) |
AccessLog |
withRequest(String request) |
AccessLog |
withRequestId(String requestId) |
AccessLog |
withResult(String result) |
AccessLog |
withService(String service) |
AccessLog |
withTimestamp(Long timestamp) |
AccessLog |
withUserId(String userId) |
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public String getRequestId()
public void setRequestId(String requestId)
public String getService()
public void setService(String service)
public String getMethod()
public void setMethod(String method)
public String getUserId()
public void setUserId(String userId)
public String getRequest()
public void setRequest(String request)
public String getResult()
public void setResult(String result)
public static AccessLog fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.