public class ServerStatImpl extends Object implements ServerStat, Serializable
| Constructor and Description |
|---|
ServerStatImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ServerStat other) |
boolean |
equals(Object o) |
long |
getCount() |
Date |
getDate() |
String |
getEventId() |
long |
getId() |
int |
hashCode() |
void |
setCount(long count) |
void |
setDate(Date date) |
void |
setEventId(String eventId) |
void |
setId(long id) |
String |
toString() |
public int compareTo(ServerStat other)
compareTo in interface Comparable<ServerStat>public long getId()
getId in interface ServerStatpublic void setId(long id)
setId in interface ServerStatpublic Date getDate()
getDate in interface ServerStatpublic void setDate(Date date)
setDate in interface ServerStatpublic String getEventId()
getEventId in interface ServerStatpublic void setEventId(String eventId)
setEventId in interface ServerStatpublic long getCount()
getCount in interface ServerStatpublic void setCount(long count)
setCount in interface ServerStatCopyright © 2003–2021 Sakai Project. All rights reserved.