root
Toggle table of contents
goblin-service
Target filter
goblin-service
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.data
/
ResourceDataSource
Resource
Data
Source
goblin-service
data
class
ResourceDataSource
(
val
unit
:
String
,
val
resource
:
String
)
:
DataSource
Represents a logged resource source.
Members
Constructors
Resource
Data
Source
Link copied to clipboard
goblin-service
constructor
(
unit
:
String
,
resource
:
String
)
Properties
resource
Link copied to clipboard
goblin-service
val
resource
:
String
ID of the resource
unit
Link copied to clipboard
goblin-service
val
unit
:
String
ID of the unit
Functions
compare
To
Link copied to clipboard
goblin-service
open
operator override
fun
compareTo
(
other
:
DataSource
)
:
Int
equals
Link copied to clipboard
goblin-service
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
goblin-service
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
goblin-service
open
override
fun
toString
(
)
:
String