Class TinyTaskUrlmapProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = TinyTaskUrlmapProp.Key) public class TinyTaskUrlmapProp
- Since:
2022-12-26
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic StringtaskRunningpublic final static StringKey$taskRunningpublic StringtaskDefinedpublic final static StringKey$taskDefinedpublic StringtaskResultpublic final static StringKey$taskResultpublic StringtaskCancelpublic final static StringKey$taskCancelpublic StringtaskLaunchpublic final static StringKey$taskLaunchpublic StringtaskForcepublic final static StringKey$taskForcepublic StringtaskEnablepublic final static StringKey$taskEnablepublic StringtaskPropSavepublic final static StringKey$taskPropSavepublic StringtaskPropLoadpublic final static StringKey$taskPropLoadpublic StringtaskPropConfpublic final static StringKey$taskPropConfpublic StringtaskPropDiffpublic final static StringKey$taskPropDiff
-
Constructor Summary
Constructors Constructor Description TinyTaskUrlmapProp()
-
Method Summary
Modifier and Type Method Description StringgetTaskRunning()list of running tasks. voidsetTaskRunning(String taskRunning)list of running tasks. StringgetTaskDefined()list of defined tasks. voidsetTaskDefined(String taskDefined)list of defined tasks. StringgetTaskResult()list of task results. voidsetTaskResult(String taskResult)list of task results. StringgetTaskCancel()cancel a task. voidsetTaskCancel(String taskCancel)cancel a task. StringgetTaskLaunch()start a task. voidsetTaskLaunch(String taskLaunch)start a task. StringgetTaskForce()force to start a task. voidsetTaskForce(String taskForce)force to start a task. StringgetTaskEnable()enable or disable a task. voidsetTaskEnable(String taskEnable)enable or disable a task. StringgetTaskPropSave()update the task config. voidsetTaskPropSave(String taskPropSave)update the task config. StringgetTaskPropLoad()load the task config. voidsetTaskPropLoad(String taskPropLoad)load the task config. StringgetTaskPropConf()show the prop of task conf. voidsetTaskPropConf(String taskPropConf)show the prop of task conf. StringgetTaskPropDiff()show the diff of task conf. voidsetTaskPropDiff(String taskPropDiff)show the diff of task conf. booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getTaskRunning
String getTaskRunning()
list of running tasks.
-
setTaskRunning
void setTaskRunning(String taskRunning)
list of running tasks.
-
getTaskDefined
String getTaskDefined()
list of defined tasks.
-
setTaskDefined
void setTaskDefined(String taskDefined)
list of defined tasks.
-
getTaskResult
String getTaskResult()
list of task results.
-
setTaskResult
void setTaskResult(String taskResult)
list of task results.
-
getTaskCancel
String getTaskCancel()
cancel a task.
-
setTaskCancel
void setTaskCancel(String taskCancel)
cancel a task.
-
getTaskLaunch
String getTaskLaunch()
start a task.
-
setTaskLaunch
void setTaskLaunch(String taskLaunch)
start a task.
-
getTaskForce
String getTaskForce()
force to start a task.
-
setTaskForce
void setTaskForce(String taskForce)
force to start a task.
-
getTaskEnable
String getTaskEnable()
enable or disable a task.
-
setTaskEnable
void setTaskEnable(String taskEnable)
enable or disable a task.
-
getTaskPropSave
String getTaskPropSave()
update the task config.
-
setTaskPropSave
void setTaskPropSave(String taskPropSave)
update the task config.
-
getTaskPropLoad
String getTaskPropLoad()
load the task config.
-
setTaskPropLoad
void setTaskPropLoad(String taskPropLoad)
load the task config.
-
getTaskPropConf
String getTaskPropConf()
show the prop of task conf.
-
setTaskPropConf
void setTaskPropConf(String taskPropConf)
show the prop of task conf.
-
getTaskPropDiff
String getTaskPropDiff()
show the diff of task conf.
-
setTaskPropDiff
void setTaskPropDiff(String taskPropDiff)
show the diff of task conf.
-
hashCode
int hashCode()
-
-
-
-