1 package org.openkilda.log.model;
11 private String username;
15 private String objectId;
17 private Date activityTime;
19 private String clientIpAddress;
34 this.activityType = activityType;
42 this.objectId = objectId;
50 this.activityTime = activityTime;
54 return clientIpAddress;
58 this.clientIpAddress = clientIpAddress;
66 this.username = username;
String getClientIpAddress()
void setActivityType(final ActivityType activityType)
void setUsername(String username)
void setActivityTime(final Date activityTime)
void setUserId(final long userId)
void setClientIpAddress(final String clientIpAddress)
void setObjectId(final String objectId)
ActivityType getActivityType()