BadIPDetectionResult

enum BadIPDetectionResult : Enum<BadIPDetectionResult>

Entries

GENERAL_BAD
Link copied to clipboard
GENERAL_BAD(true, "bad ip")
VPN
Link copied to clipboard
VPN(true, "vpn")
PROXY
Link copied to clipboard
PROXY(true, "proxy")
TOR
Link copied to clipboard
TOR(true, "tor network")
HOSTING
Link copied to clipboard
HOSTING(true, "hosting")
GOOD
Link copied to clipboard
GOOD(false, "valid ip")
ERROR
Link copied to clipboard
ERROR(false, "error")
LIMIT
Link copied to clipboard
LIMIT(false, "limit")

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: BadIPDetectionResult): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<BadIPDetectionResult>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

isBad
Link copied to clipboard
val isBad: Boolean
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
typeName
Link copied to clipboard
val typeName: String