Class ProvisioningStatisticsOperationEntryType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ProvisioningStatisticsOperationEntryType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ProvisioningStatisticsOperationEntryType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Information on operations of given type and result status.Java class for ProvisioningStatisticsOperationEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProvisioningStatisticsOperationEntryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="status" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" minOccurs="0"/> <element name="count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="totalTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="minTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="maxTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected Integercountstatic ItemNameF_COUNTstatic ItemNameF_MAX_TIMEstatic ItemNameF_MIN_TIMEstatic ItemNameF_OPERATIONstatic ItemNameF_STATUSstatic ItemNameF_TOTAL_TIMEprotected LongmaxTimeprotected LongminTimeprotected Stringoperationprotected OperationResultStatusTypestatusprotected LongtotalTime
-
Constructor Summary
Constructors Constructor Description ProvisioningStatisticsOperationEntryType()Creates a newProvisioningStatisticsOperationEntryTypeinstance.ProvisioningStatisticsOperationEntryType(ProvisioningStatisticsOperationEntryType o)Creates a newProvisioningStatisticsOperationEntryTypeinstance by deeply copying a givenProvisioningStatisticsOperationEntryTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ProvisioningStatisticsOperationEntryTypeclone()Creates and returns a deep copy of this object.ProvisioningStatisticsOperationEntryTypecount(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)IntegergetCount()Gets the value of the count property.LonggetMaxTime()Gets the value of the maxTime property.LonggetMinTime()Gets the value of the minTime property.StringgetOperation()Gets the value of the operation property.OperationResultStatusTypegetStatus()Gets the value of the status property.LonggetTotalTime()Gets the value of the totalTime property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ProvisioningStatisticsOperationEntryTypemaxTime(Long value)ProvisioningStatisticsOperationEntryTypeminTime(Long value)ProvisioningStatisticsOperationEntryTypeoperation(String value)voidsetCount(Integer value)Sets the value of the count property.voidsetMaxTime(Long value)Sets the value of the maxTime property.voidsetMinTime(Long value)Sets the value of the minTime property.voidsetOperation(String value)Sets the value of the operation property.voidsetStatus(OperationResultStatusType value)Sets the value of the status property.voidsetTotalTime(Long value)Sets the value of the totalTime property.ProvisioningStatisticsOperationEntryTypestatus(OperationResultStatusType value)StringtoString()Generates a String representation of the contents of this type.ProvisioningStatisticsOperationEntryTypetotalTime(Long value)
-
-
-
Field Detail
-
operation
protected String operation
-
status
protected OperationResultStatusType status
-
count
protected Integer count
-
totalTime
protected Long totalTime
-
minTime
protected Long minTime
-
maxTime
protected Long maxTime
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OPERATION
public static final ItemName F_OPERATION
-
F_STATUS
public static final ItemName F_STATUS
-
F_COUNT
public static final ItemName F_COUNT
-
F_TOTAL_TIME
public static final ItemName F_TOTAL_TIME
-
F_MIN_TIME
public static final ItemName F_MIN_TIME
-
F_MAX_TIME
public static final ItemName F_MAX_TIME
-
-
Constructor Detail
-
ProvisioningStatisticsOperationEntryType
public ProvisioningStatisticsOperationEntryType()
Creates a newProvisioningStatisticsOperationEntryTypeinstance.
-
ProvisioningStatisticsOperationEntryType
public ProvisioningStatisticsOperationEntryType(ProvisioningStatisticsOperationEntryType o)
Creates a newProvisioningStatisticsOperationEntryTypeinstance by deeply copying a givenProvisioningStatisticsOperationEntryTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getOperation
public String getOperation()
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
public void setOperation(String value)
Sets the value of the operation property.- Parameters:
value- allowed object isString
-
getStatus
public OperationResultStatusType getStatus()
Gets the value of the status property.- Returns:
- possible object is
OperationResultStatusType
-
setStatus
public void setStatus(OperationResultStatusType value)
Sets the value of the status property.- Parameters:
value- allowed object isOperationResultStatusType
-
getCount
public Integer getCount()
Gets the value of the count property.- Returns:
- possible object is
Integer
-
setCount
public void setCount(Integer value)
Sets the value of the count property.- Parameters:
value- allowed object isInteger
-
getTotalTime
public Long getTotalTime()
Gets the value of the totalTime property.- Returns:
- possible object is
Long
-
setTotalTime
public void setTotalTime(Long value)
Sets the value of the totalTime property.- Parameters:
value- allowed object isLong
-
getMinTime
public Long getMinTime()
Gets the value of the minTime property.- Returns:
- possible object is
Long
-
setMinTime
public void setMinTime(Long value)
Sets the value of the minTime property.- Parameters:
value- allowed object isLong
-
getMaxTime
public Long getMaxTime()
Gets the value of the maxTime property.- Returns:
- possible object is
Long
-
setMaxTime
public void setMaxTime(Long value)
Sets the value of the maxTime property.- Parameters:
value- allowed object isLong
-
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
-
operation
public ProvisioningStatisticsOperationEntryType operation(String value)
-
status
public ProvisioningStatisticsOperationEntryType status(OperationResultStatusType value)
-
count
public ProvisioningStatisticsOperationEntryType count(Integer value)
-
totalTime
public ProvisioningStatisticsOperationEntryType totalTime(Long value)
-
minTime
public ProvisioningStatisticsOperationEntryType minTime(Long value)
-
maxTime
public ProvisioningStatisticsOperationEntryType maxTime(Long value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public ProvisioningStatisticsOperationEntryType clone()
Creates and returns a deep copy of this object.
-
-