BannedIpAddress

@Entity
open class BannedIpAddress : IpAddress

Constructors

Link copied to clipboard
constructor(ipAddress: String)

Functions

Link copied to clipboard
open fun getId(): Long
abstract fun getId(): T
Link copied to clipboard
open fun getIpAddress(): String
Link copied to clipboard
open fun setId(id: Long)
Link copied to clipboard
open fun setIpAddress(ipAddress: String)