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.17.0")
public class TaskSchedule
extends Object
implements Serializable
TaskSchedule
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncronExpression(String cronExpression) description(String description) boolean@NotNull StringCron expression for the taskHuman-readable description of the task.Priority of the task@Valid UUIDgetUuid()UUID of the task; this is the unique identifier of the taskinthashCode()voidsetCronExpression(String cronExpression) voidsetDescription(String description) voidsetPriority(Integer priority) voidtoString()
-
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
-