toggle menu
Karya
jvm
switch theme
search in API
core
/
karya.core.entities
/
Plan
/
Plan
Plan
constructor
(
id
:
UUID
,
userId
:
UUID
,
description
:
String
,
periodTime
:
String
,
type
:
PlanType
,
status
:
PlanStatus
,
maxFailureRetry
:
Int
,
action
:
Action
,
hook
:
List
<
Hook
>
,
parentPlanId
:
UUID
?
,
createdAt
:
Long
,
updatedAt
:
Long
)