CategorizedDomain

data class CategorizedDomain(val domain: String, val date: Date, val category: String)

Data class for a categorized domain

Parameters

domain

String — name of the categorized domain

date

Date — date of the categorized domain registration (ISO 8601)

category

String — category of the domain

Constructors

Link copied to clipboard
constructor(domain: String, date: Date, category: String)

Properties

Link copied to clipboard
Link copied to clipboard
val date: Date
Link copied to clipboard
Link copied to clipboard
var uid: Int