Package org.tailormap.api.admin.model
Class TaskSchedule
java.lang.Object
org.tailormap.api.admin.model.TaskSchedule
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.10.0")
public class TaskSchedule
extends Object
implements Serializable
TaskSchedule
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncronExpression
(String cronExpression) description
(String description) boolean
@NotNull String
Cron expression for the taskHuman-readable description of the task.Priority of the task@Valid UUID
getUuid()
UUID of the task; this is the unique identifier of the taskint
hashCode()
void
setCronExpression
(String cronExpression) void
setDescription
(String description) void
setPriority
(Integer priority) void
toString()
-
Constructor Details
-
TaskSchedule
public TaskSchedule()
-
-
Method Details
-
uuid
-
getUuid
UUID of the task; this is the unique identifier of the task- Returns:
- uuid
-
setUuid
-
description
-
getDescription
Human-readable description of the task.- Returns:
- description
-
setDescription
-
cronExpression
-
getCronExpression
Cron expression for the task- Returns:
- cronExpression
-
setCronExpression
-
priority
-
getPriority
Priority of the task- Returns:
- priority
-
setPriority
-
equals
-
hashCode
public int hashCode() -
toString
-