ResourceDataSource

data class ResourceDataSource(val unit: String, val resource: String) : DataSource

Represents a logged resource source.

Constructors

Link copied to clipboard
constructor(unit: String, resource: String)

Properties

Link copied to clipboard

ID of the resource

Link copied to clipboard

ID of the unit

Functions

Link copied to clipboard
open operator override fun compareTo(other: DataSource): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String