Class WorkersPerNodeDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WorkersPerNodeDefinitionType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class WorkersPerNodeDefinitionType extends Object implements Serializable, Cloneable, Containerable
How to create worker tasks per node.Java class for WorkersPerNodeDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkersPerNodeDefinitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nodeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="scavengers" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="taskName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="executionGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="otherDeltas" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemDeltaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
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
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description WorkersPerNodeDefinitionType()
WorkersPerNodeDefinitionType(PrismContext prismContext)
-
Method Summary
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
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
-
-
Constructor Detail
-
WorkersPerNodeDefinitionType
public WorkersPerNodeDefinitionType()
-
WorkersPerNodeDefinitionType
public WorkersPerNodeDefinitionType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
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()
-
createOtherDeltasList
public List<ItemDeltaType> createOtherDeltasList()
-
getId
public Long getId()
-
setId
public void setId(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)
-
beginOtherDeltas
public ItemDeltaType beginOtherDeltas()
-
id
public WorkersPerNodeDefinitionType id(Long value)
-
clone
public WorkersPerNodeDefinitionType clone()
-
-