toggle menu
OpenSRP
androidJvm
switch theme
search in API
engine
/
org.smartregister.fhircore.engine.domain.model
/
RuleConfig
Rule
Config
@
Serializable
data
class
RuleConfig
(
val
name
:
String
,
val
description
:
String
=
""
,
val
priority
:
Int
=
1
,
val
condition
:
String
=
"true"
,
val
actions
:
List
<
String
>
)
:
Serializable
,
Parcelable
Members
Constructors
Rule
Config
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
=
""
,
priority
:
Int
=
1
,
condition
:
String
=
"true"
,
actions
:
List
<
String
>
)
Properties
actions
Link copied to clipboard
val
actions
:
List
<
String
>
condition
Link copied to clipboard
val
condition
:
String
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String
priority
Link copied to clipboard
val
priority
:
Int
=
1
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)