Class WorkAllocationDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WorkAllocationDefinitionType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class WorkAllocationDefinitionType extends Object implements Serializable, Cloneable, Containerable
Parameters related to buckets allocation process.Java class for WorkAllocationDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkAllocationDefinitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="bucketCreationBatch" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="workAllocationInitialDelay" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="workAllocationFreeBucketWaitInterval" type="{http://www.w3.org/2001/XMLSchema}long" 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_BUCKET_CREATION_BATCH
static ItemName
F_WORK_ALLOCATION_FREE_BUCKET_WAIT_INTERVAL
static ItemName
F_WORK_ALLOCATION_INITIAL_DELAY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description WorkAllocationDefinitionType()
WorkAllocationDefinitionType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValue
asPrismContainerValue()
WorkAllocationDefinitionType
bucketCreationBatch(Integer value)
WorkAllocationDefinitionType
clone()
<X> X
end()
boolean
equals(Object object)
Integer
getBucketCreationBatch()
Long
getId()
Long
getWorkAllocationFreeBucketWaitInterval()
Long
getWorkAllocationInitialDelay()
int
hashCode()
WorkAllocationDefinitionType
id(Long value)
void
setBucketCreationBatch(Integer value)
void
setId(Long value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.void
setWorkAllocationFreeBucketWaitInterval(Long value)
void
setWorkAllocationInitialDelay(Long value)
String
toString()
WorkAllocationDefinitionType
workAllocationFreeBucketWaitInterval(Long value)
WorkAllocationDefinitionType
workAllocationInitialDelay(Long value)
-
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_BUCKET_CREATION_BATCH
public static final ItemName F_BUCKET_CREATION_BATCH
-
F_WORK_ALLOCATION_INITIAL_DELAY
public static final ItemName F_WORK_ALLOCATION_INITIAL_DELAY
-
F_WORK_ALLOCATION_FREE_BUCKET_WAIT_INTERVAL
public static final ItemName F_WORK_ALLOCATION_FREE_BUCKET_WAIT_INTERVAL
-
-
Constructor Detail
-
WorkAllocationDefinitionType
public WorkAllocationDefinitionType()
-
WorkAllocationDefinitionType
public WorkAllocationDefinitionType(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()
-
getBucketCreationBatch
public Integer getBucketCreationBatch()
-
setBucketCreationBatch
public void setBucketCreationBatch(Integer value)
-
getWorkAllocationInitialDelay
public Long getWorkAllocationInitialDelay()
-
setWorkAllocationInitialDelay
public void setWorkAllocationInitialDelay(Long value)
-
getWorkAllocationFreeBucketWaitInterval
public Long getWorkAllocationFreeBucketWaitInterval()
-
setWorkAllocationFreeBucketWaitInterval
public void setWorkAllocationFreeBucketWaitInterval(Long value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
bucketCreationBatch
public WorkAllocationDefinitionType bucketCreationBatch(Integer value)
-
workAllocationInitialDelay
public WorkAllocationDefinitionType workAllocationInitialDelay(Long value)
-
workAllocationFreeBucketWaitInterval
public WorkAllocationDefinitionType workAllocationFreeBucketWaitInterval(Long value)
-
id
public WorkAllocationDefinitionType id(Long value)
-
clone
public WorkAllocationDefinitionType clone()
-
-