Class BucketProgressOverviewType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.BucketProgressOverviewType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class BucketProgressOverviewType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Information on buckets processing (for activity state overview).Java class for BucketProgressOverviewType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BucketProgressOverviewType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalBuckets" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="completeBuckets" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegercompleteBucketsstatic QNameCOMPLEX_TYPEstatic ItemNameF_COMPLETE_BUCKETSstatic ItemNameF_TOTAL_BUCKETSprotected IntegertotalBuckets
-
Constructor Summary
Constructors Constructor Description BucketProgressOverviewType()Creates a newBucketProgressOverviewTypeinstance.BucketProgressOverviewType(BucketProgressOverviewType o)Creates a newBucketProgressOverviewTypeinstance by deeply copying a givenBucketProgressOverviewTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)BucketProgressOverviewTypeclone()Creates and returns a deep copy of this object.BucketProgressOverviewTypecompleteBuckets(Integer value)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)IntegergetCompleteBuckets()Gets the value of the completeBuckets property.IntegergetTotalBuckets()Gets the value of the totalBuckets property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)voidsetCompleteBuckets(Integer value)Sets the value of the completeBuckets property.voidsetTotalBuckets(Integer value)Sets the value of the totalBuckets property.StringtoString()Generates a String representation of the contents of this type.BucketProgressOverviewTypetotalBuckets(Integer value)
-
-
-
Constructor Detail
-
BucketProgressOverviewType
public BucketProgressOverviewType()
Creates a newBucketProgressOverviewTypeinstance.
-
BucketProgressOverviewType
public BucketProgressOverviewType(BucketProgressOverviewType o)
Creates a newBucketProgressOverviewTypeinstance by deeply copying a givenBucketProgressOverviewTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getTotalBuckets
public Integer getTotalBuckets()
Gets the value of the totalBuckets property.- Returns:
- possible object is
Integer
-
setTotalBuckets
public void setTotalBuckets(Integer value)
Sets the value of the totalBuckets property.- Parameters:
value- allowed object isInteger
-
getCompleteBuckets
public Integer getCompleteBuckets()
Gets the value of the completeBuckets property.- Returns:
- possible object is
Integer
-
setCompleteBuckets
public void setCompleteBuckets(Integer value)
Sets the value of the completeBuckets property.- Parameters:
value- allowed object isInteger
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
totalBuckets
public BucketProgressOverviewType totalBuckets(Integer value)
-
completeBuckets
public BucketProgressOverviewType completeBuckets(Integer value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public BucketProgressOverviewType clone()
Creates and returns a deep copy of this object.
-
-