Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
automation-sdk
/
org.tribot.automation.launcher.sdk
/
MachineInfo
Machine
Info
data
class
MachineInfo
(
val
id
:
Int
,
val
name
:
String
,
val
ip
:
String
,
val
autoIp
:
String
,
val
port
:
Int
,
val
description
:
String
,
val
syncId
:
String
?
,
val
syncUpdatedAt
:
Long
?
)
Members
Constructors
Machine
Info
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
ip
:
String
,
autoIp
:
String
,
port
:
Int
,
description
:
String
,
syncId
:
String
?
,
syncUpdatedAt
:
Long
?
)
Properties
auto
Ip
Link copied to clipboard
val
autoIp
:
String
description
Link copied to clipboard
val
description
:
String
id
Link copied to clipboard
val
id
:
Int
ip
Link copied to clipboard
val
ip
:
String
name
Link copied to clipboard
val
name
:
String
port
Link copied to clipboard
val
port
:
Int
sync
Id
Link copied to clipboard
val
syncId
:
String
?
sync
Updated
At
Link copied to clipboard
val
syncUpdatedAt
:
Long
?