Class AllowlistBounceTable.Row
java.lang.Object
com.djrapitops.plan.storage.database.sql.tables.AllowlistBounceTable.Row
- All Implemented Interfaces:
ServerIdentifiable
- Enclosing class:
AllowlistBounceTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AllowlistBounceTable.RowintvoidsetServerId(int id) voidupsert(PreparedStatement statement)
-
Field Details
-
id
public int id -
uuid
-
userName
-
serverId
public int serverId -
times
public int times -
lastBounce
public long lastBounce
-
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
extract
- Throws:
SQLException
-
getServerId
public int getServerId()- Specified by:
getServerIdin interfaceServerIdentifiable
-
setServerId
public void setServerId(int id) - Specified by:
setServerIdin interfaceServerIdentifiable
-
upsert
- Throws:
SQLException
-