Class WorkerPoolNodeConfiguration
java.lang.Object
co.yellowdog.platform.model.WorkerPoolNodeConfiguration
- All Implemented Interfaces:
Serializable
@ValidatedBy(WorkerPoolNodeConfigurationValidator.class)
public class WorkerPoolNodeConfiguration
extends Object
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new WorkerPoolNodeConfiguration that is automatically validated on build. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Map
<@NotNull NodeEvent, @NotEmpty List<@NotNull @Valid NodeActionGroup>> int
hashCode()
void
setNodeEvents
(Map<@NotNull NodeEvent, @NotEmpty List<@NotNull @Valid NodeActionGroup>> nodeEvents) void
setNodeTypes
(List<@NotNull @Valid NodeType> nodeTypes) toString()
-
Method Details
-
builder
-
toBuilder
-
getNodeTypes
-
getNodeEvents
-
setNodeTypes
-
setNodeEvents
public void setNodeEvents(Map<@NotNull NodeEvent, @NotEmpty List<@NotNull @Valid NodeActionGroup>> nodeEvents) -
equals
-
canEqual
-
hashCode
-
toString
-