Class DefaultTaskFactoryProperties
java.lang.Object
ch.admin.bit.jeap.errorhandling.domain.manualtask.taskFactory.DefaultTaskFactoryProperties
@Configuration
@ConfigurationProperties(prefix="jeap.errorhandling.task-management.default-factory")
@Validated
public class DefaultTaskFactoryProperties
extends Object
Configuration properties for
DefaultTaskFactory-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanMap<String, ch.admin.bit.jeap.errorhandling.domain.manualtask.taskFactory.DefaultTaskFactoryProperties.TaskDisplayProperties> Task display configuration for details.Task domain for details.The base URL of the error service for links back hereThe priority of the generated tasksThe system for which to generate the tasksTask reference name for details.The duration you have time to solve the tasksinthashCode()voidsetDisplay(Map<String, ch.admin.bit.jeap.errorhandling.domain.manualtask.taskFactory.DefaultTaskFactoryProperties.TaskDisplayProperties> display) Task display configuration for details.voidTask domain for details.voidsetErrorServiceBaseUrl(String errorServiceBaseUrl) The base URL of the error service for links back herevoidsetPriority(String priority) The priority of the generated tasksvoidThe system for which to generate the tasksvoidsetTaskReferenceName(String taskReferenceName) Task reference name for details.voidsetTimeToHandle(Duration timeToHandle) The duration you have time to solve the taskstoString()voidvalidate()
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
DefaultTaskFactoryProperties
public DefaultTaskFactoryProperties()
-
-
Method Details
-
validate
public void validate() -
getErrorServiceBaseUrl
The base URL of the error service for links back here -
getSystem
The system for which to generate the tasks -
getPriority
The priority of the generated tasks -
getTimeToHandle
The duration you have time to solve the tasks -
getTaskReferenceName
Task reference name for details. -
getDomain
Task domain for details. -
getDisplay
public Map<String,ch.admin.bit.jeap.errorhandling.domain.manualtask.taskFactory.DefaultTaskFactoryProperties.TaskDisplayProperties> getDisplay()Task display configuration for details. -
setErrorServiceBaseUrl
The base URL of the error service for links back here -
setSystem
The system for which to generate the tasks -
setPriority
The priority of the generated tasks -
setTimeToHandle
The duration you have time to solve the tasks -
setTaskReferenceName
Task reference name for details. -
setDomain
Task domain for details. -
setDisplay
public void setDisplay(Map<String, ch.admin.bit.jeap.errorhandling.domain.manualtask.taskFactory.DefaultTaskFactoryProperties.TaskDisplayProperties> display) Task display configuration for details. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-