toggle menu
CallMonitor
jvm
switch theme
search in API
domain
/
pl.kamilszustak.callmonitor.domain.phonecallmonitor.model
/
ServerConfigurationDomainModel
Server
Configuration
Domain
Model
data
class
ServerConfigurationDomainModel
(
val
host
:
String
,
val
port
:
Int
)
A model representing a server configuration. It contains information about the
host
and
port
.
Members
Constructors
Server
Configuration
Domain
Model
Link copied to clipboard
constructor
(
host
:
String
,
port
:
Int
)
Properties
host
Link copied to clipboard
val
host
:
String
port
Link copied to clipboard
val
port
:
Int