ORS Android Client
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ORS Android Client
ORS Android Client
/
org.nitri.ors.domain.optimization
/
Violation
Violation
@
Serializable
data
class
Violation
(
val
type
:
String
?
=
null
,
val
id
:
Int
?
=
null
,
val
job
:
Int
?
=
null
,
val
description
:
String
?
=
null
)
Kept flexible; VROOM may return several shapes depending on constraint hit.
Members
Constructors
Violation
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
id
:
Int
?
=
null
,
job
:
Int
?
=
null
,
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
id
Link copied to clipboard
val
id
:
Int
?
=
null
job
Link copied to clipboard
val
job
:
Int
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null