rule-engine
Toggle table of contents
3.5.0
common
Platform filter
common
Switch theme
Search in API
rule-engine
rule-engine
/
org.hisp.dhis.rules.models
/
RuleAction
Rule
Action
data
class
RuleAction
(
val
data
:
String
?
,
val
type
:
String
,
val
values
:
Map
<
String
,
String
>
=
emptyMap()
,
val
priority
:
Int
?
=
null
)
:
Comparable
<
RuleAction
>
Members
Constructors
Rule
Action
Link copied to clipboard
constructor
(
data
:
String
?
,
type
:
String
,
values
:
Map
<
String
,
String
>
=
emptyMap()
,
priority
:
Int
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
String
?
priority
Link copied to clipboard
val
priority
:
Int
?
=
null
type
Link copied to clipboard
val
type
:
String
values
Link copied to clipboard
val
values
:
Map
<
String
,
String
>
Functions
attribute
Type
Link copied to clipboard
fun
attributeType
(
)
:
String
?
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
RuleAction
)
:
Int
content
Link copied to clipboard
fun
content
(
)
:
String
?
field
Link copied to clipboard
fun
field
(
)
:
String
?