Class AccessLog

java.lang.Object
io.gs2.log.model.AccessLog
All Implemented Interfaces:
IModel, Serializable

public class AccessLog extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • AccessLog

      public AccessLog()
  • Method Details

    • getTimestamp

      public Long getTimestamp()
    • setTimestamp

      public void setTimestamp(Long timestamp)
    • withTimestamp

      public AccessLog withTimestamp(Long timestamp)
    • getRequestId

      public String getRequestId()
    • setRequestId

      public void setRequestId(String requestId)
    • withRequestId

      public AccessLog withRequestId(String requestId)
    • getService

      public String getService()
    • setService

      public void setService(String service)
    • withService

      public AccessLog withService(String service)
    • getMethod

      public String getMethod()
    • setMethod

      public void setMethod(String method)
    • withMethod

      public AccessLog withMethod(String method)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public AccessLog withUserId(String userId)
    • getRequest

      public String getRequest()
    • setRequest

      public void setRequest(String request)
    • withRequest

      public AccessLog withRequest(String request)
    • getResult

      public String getResult()
    • setResult

      public void setResult(String result)
    • withResult

      public AccessLog withResult(String result)
    • fromJson

      public static AccessLog fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object