Class PingTable.Row
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.PingTable.Row
- All Implemented Interfaces:
ServerIdentifiable,UserIdentifiable
- Enclosing class:
PingTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PingTable.Rowintintvoidinsert(PreparedStatement statement) voidsetServerId(int serverId) voidsetUserId(int userId)
-
Field Details
-
INSERT_STATEMENT
-
id
public int id -
userId
public int userId -
serverId
public int serverId -
date
public long date -
maxPing
public int maxPing -
minPing
public int minPing -
avgPing
public double avgPing
-
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
extract
- Throws:
SQLException
-
insert
- Throws:
SQLException
-
getUserId
public int getUserId()- Specified by:
getUserIdin interfaceUserIdentifiable
-
setUserId
public void setUserId(int userId) - Specified by:
setUserIdin interfaceUserIdentifiable
-
getServerId
public int getServerId()- Specified by:
getServerIdin interfaceServerIdentifiable
-
setServerId
public void setServerId(int serverId) - Specified by:
setServerIdin interfaceServerIdentifiable
-