toggle menu
lib
common
switch theme
search in API
mockzilla-management-ui
/
com.apadmi.mockzilla.desktop.engine.connection
/
ServiceInfoWrapper
Service
Info
Wrapper
data
class
ServiceInfoWrapper
(
val
connectionName
:
String
,
val
hostAddress
:
String
,
val
hostAddresses
:
List
<
String
>
,
val
attributes
:
Map
<
String
,
String
>
,
val
port
:
Int
,
val
state
:
ServiceInfoWrapper.State
)
Members
Constructors
Service
Info
Wrapper
Link copied to clipboard
constructor
(
connectionName
:
String
,
hostAddress
:
String
,
hostAddresses
:
List
<
String
>
,
attributes
:
Map
<
String
,
String
>
,
port
:
Int
,
state
:
ServiceInfoWrapper.State
)
Types
Companion
Link copied to clipboard
object
Companion
State
Link copied to clipboard
enum
State
:
Enum
<
ServiceInfoWrapper.State
>
Properties
attributes
Link copied to clipboard
val
attributes
:
Map
<
String
,
String
>
connection
Name
Link copied to clipboard
val
connectionName
:
String
host
Address
Link copied to clipboard
val
hostAddress
:
String
host
Addresses
Link copied to clipboard
val
hostAddresses
:
List
<
String
>
port
Link copied to clipboard
val
port
:
Int
state
Link copied to clipboard
val
state
:
ServiceInfoWrapper.State