Class WorkersPerNodeDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WorkersPerNodeDefinitionType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class WorkersPerNodeDefinitionType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
How to create worker tasks per node.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_COUNT
static ItemName
F_EXECUTION_GROUP
static ItemName
F_NODE_IDENTIFIER
static ItemName
F_OTHER_DELTAS
static ItemName
F_SCAVENGERS
static ItemName
F_TASK_NAME
static Producer<WorkersPerNodeDefinitionType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description WorkersPerNodeDefinitionType()
WorkersPerNodeDefinitionType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkersPerNodeDefinitionType
clone()
WorkersPerNodeDefinitionType
count(Integer value)
<X> X
end()
boolean
equals(Object other)
WorkersPerNodeDefinitionType
executionGroup(String value)
Integer
getCount()
String
getExecutionGroup()
List<String>
getNodeIdentifier()
List<ItemDeltaType>
getOtherDeltas()
Integer
getScavengers()
String
getTaskName()
WorkersPerNodeDefinitionType
id(Long value)
WorkersPerNodeDefinitionType
nodeIdentifier(String value)
WorkersPerNodeDefinitionType
otherDeltas(ItemDeltaType value)
WorkersPerNodeDefinitionType
scavengers(Integer value)
void
setCount(Integer value)
void
setExecutionGroup(String value)
void
setScavengers(Integer value)
void
setTaskName(String value)
WorkersPerNodeDefinitionType
taskName(String value)
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_NODE_IDENTIFIER
public static final ItemName F_NODE_IDENTIFIER
-
F_COUNT
public static final ItemName F_COUNT
-
F_SCAVENGERS
public static final ItemName F_SCAVENGERS
-
F_TASK_NAME
public static final ItemName F_TASK_NAME
-
F_EXECUTION_GROUP
public static final ItemName F_EXECUTION_GROUP
-
F_OTHER_DELTAS
public static final ItemName F_OTHER_DELTAS
-
FACTORY
public static final Producer<WorkersPerNodeDefinitionType> FACTORY
-
-
Constructor Detail
-
WorkersPerNodeDefinitionType
public WorkersPerNodeDefinitionType()
-
WorkersPerNodeDefinitionType
@Deprecated public WorkersPerNodeDefinitionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getCount
public Integer getCount()
-
setCount
public void setCount(Integer value)
-
getScavengers
public Integer getScavengers()
-
setScavengers
public void setScavengers(Integer value)
-
getTaskName
public String getTaskName()
-
setTaskName
public void setTaskName(String value)
-
getExecutionGroup
public String getExecutionGroup()
-
setExecutionGroup
public void setExecutionGroup(String value)
-
getOtherDeltas
public List<ItemDeltaType> getOtherDeltas()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public WorkersPerNodeDefinitionType id(Long value)
-
nodeIdentifier
public WorkersPerNodeDefinitionType nodeIdentifier(String value)
-
count
public WorkersPerNodeDefinitionType count(Integer value)
-
scavengers
public WorkersPerNodeDefinitionType scavengers(Integer value)
-
taskName
public WorkersPerNodeDefinitionType taskName(String value)
-
executionGroup
public WorkersPerNodeDefinitionType executionGroup(String value)
-
otherDeltas
public WorkersPerNodeDefinitionType otherDeltas(ItemDeltaType value)
-
end
public <X> X end()
-
clone
public WorkersPerNodeDefinitionType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-