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
/
MeterDataSource
Meter
Data
Source
goblin-service
data
class
MeterDataSource
(
val
meter
:
String
,
val
channel
:
String
)
:
DataSource
Members
Constructors
Meter
Data
Source
Link copied to clipboard
goblin-service
constructor
(
meter
:
String
,
channel
:
String
)
Types
Companion
Link copied to clipboard
goblin-service
object
Companion
Properties
channel
Link copied to clipboard
goblin-service
val
channel
:
String
ID of the channel
meter
Link copied to clipboard
goblin-service
val
meter
:
String
Full ID of the meter
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