CategorizedURI

data class CategorizedURI(val uri: String, val date: Date, val category: String)

Data class for a categorized URI from database

Parameters

uri

String — name of the categorized URI

date

Date — date of the categorized URI (ISO 8601)

category

String — category of the URI

Constructors

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

Properties

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