Class ProvisioningStatisticsEntryType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class ProvisioningStatisticsEntryType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Statistical information on operations executed on a specified resource, dealing with given object class. <p>Java class for ProvisioningStatisticsEntryType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ProvisioningStatisticsEntryType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="resourceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="objectClass" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/&gt; &lt;element name="operation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProvisioningStatisticsOperationEntryType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="resource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="getSuccess" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="getFailure" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="searchSuccess" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="searchFailure" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="createSuccess" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="createFailure" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="updateSuccess" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="updateFailure" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="deleteSuccess" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="deleteFailure" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="syncSuccess" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="syncFailure" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="scriptSuccess" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="scriptFailure" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="otherSuccess" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="otherFailure" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="averageTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/&gt; &lt;element name="minTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/&gt; &lt;element name="maxTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/&gt; &lt;element name="totalTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • objectClass

        protected QName objectClass
      • resource

        protected String resource
      • getSuccess

        protected Integer getSuccess
      • getFailure

        protected Integer getFailure
      • searchSuccess

        protected Integer searchSuccess
      • searchFailure

        protected Integer searchFailure
      • createSuccess

        protected Integer createSuccess
      • createFailure

        protected Integer createFailure
      • updateSuccess

        protected Integer updateSuccess
      • updateFailure

        protected Integer updateFailure
      • deleteSuccess

        protected Integer deleteSuccess
      • deleteFailure

        protected Integer deleteFailure
      • syncSuccess

        protected Integer syncSuccess
      • syncFailure

        protected Integer syncFailure
      • scriptSuccess

        protected Integer scriptSuccess
      • scriptFailure

        protected Integer scriptFailure
      • otherSuccess

        protected Integer otherSuccess
      • otherFailure

        protected Integer otherFailure
      • averageTime

        protected Long averageTime
      • minTime

        protected Long minTime
      • maxTime

        protected Long maxTime
      • totalTime

        protected Long totalTime
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_RESOURCE_REF

        public static final ItemName F_RESOURCE_REF
      • F_OBJECT_CLASS

        public static final ItemName F_OBJECT_CLASS
      • F_OPERATION

        public static final ItemName F_OPERATION
      • F_RESOURCE

        public static final ItemName F_RESOURCE
      • F_GET_SUCCESS

        public static final ItemName F_GET_SUCCESS
      • F_GET_FAILURE

        public static final ItemName F_GET_FAILURE
      • F_SEARCH_SUCCESS

        public static final ItemName F_SEARCH_SUCCESS
      • F_SEARCH_FAILURE

        public static final ItemName F_SEARCH_FAILURE
      • F_CREATE_SUCCESS

        public static final ItemName F_CREATE_SUCCESS
      • F_CREATE_FAILURE

        public static final ItemName F_CREATE_FAILURE
      • F_UPDATE_SUCCESS

        public static final ItemName F_UPDATE_SUCCESS
      • F_UPDATE_FAILURE

        public static final ItemName F_UPDATE_FAILURE
      • F_DELETE_SUCCESS

        public static final ItemName F_DELETE_SUCCESS
      • F_DELETE_FAILURE

        public static final ItemName F_DELETE_FAILURE
      • F_SYNC_SUCCESS

        public static final ItemName F_SYNC_SUCCESS
      • F_SYNC_FAILURE

        public static final ItemName F_SYNC_FAILURE
      • F_SCRIPT_SUCCESS

        public static final ItemName F_SCRIPT_SUCCESS
      • F_SCRIPT_FAILURE

        public static final ItemName F_SCRIPT_FAILURE
      • F_OTHER_SUCCESS

        public static final ItemName F_OTHER_SUCCESS
      • F_OTHER_FAILURE

        public static final ItemName F_OTHER_FAILURE
      • F_AVERAGE_TIME

        public static final ItemName F_AVERAGE_TIME
      • F_MIN_TIME

        public static final ItemName F_MIN_TIME
      • F_MAX_TIME

        public static final ItemName F_MAX_TIME
      • F_TOTAL_TIME

        public static final ItemName F_TOTAL_TIME
    • Constructor Detail

      • ProvisioningStatisticsEntryType

        public ProvisioningStatisticsEntryType()
        Creates a new {@code ProvisioningStatisticsEntryType} instance.
      • ProvisioningStatisticsEntryType

        public ProvisioningStatisticsEntryType​(ProvisioningStatisticsEntryType o)
        Creates a new {@code ProvisioningStatisticsEntryType} instance by deeply copying a given {@code ProvisioningStatisticsEntryType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.
    • Method Detail

      • getObjectClass

        public QName getObjectClass()
        Gets the value of the objectClass property.
        Returns:
        possible object is QName
      • setObjectClass

        public void setObjectClass​(QName value)
        Sets the value of the objectClass property.
        Parameters:
        value - allowed object is QName
      • getOperation

        public List<ProvisioningStatisticsOperationEntryType> getOperation()
        Gets the value of the operation property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the operation property. <p> For example, to add a new item, do as follows: <pre> getOperation().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list ProvisioningStatisticsOperationEntryType
      • getResource

        public String getResource()
        Gets the value of the resource property.
        Returns:
        possible object is String
      • setResource

        public void setResource​(String value)
        Sets the value of the resource property.
        Parameters:
        value - allowed object is String
      • getGetSuccess

        public Integer getGetSuccess()
        Gets the value of the getSuccess property.
        Returns:
        possible object is Integer
      • setGetSuccess

        public void setGetSuccess​(Integer value)
        Sets the value of the getSuccess property.
        Parameters:
        value - allowed object is Integer
      • getGetFailure

        public Integer getGetFailure()
        Gets the value of the getFailure property.
        Returns:
        possible object is Integer
      • setGetFailure

        public void setGetFailure​(Integer value)
        Sets the value of the getFailure property.
        Parameters:
        value - allowed object is Integer
      • getSearchSuccess

        public Integer getSearchSuccess()
        Gets the value of the searchSuccess property.
        Returns:
        possible object is Integer
      • setSearchSuccess

        public void setSearchSuccess​(Integer value)
        Sets the value of the searchSuccess property.
        Parameters:
        value - allowed object is Integer
      • getSearchFailure

        public Integer getSearchFailure()
        Gets the value of the searchFailure property.
        Returns:
        possible object is Integer
      • setSearchFailure

        public void setSearchFailure​(Integer value)
        Sets the value of the searchFailure property.
        Parameters:
        value - allowed object is Integer
      • getCreateSuccess

        public Integer getCreateSuccess()
        Gets the value of the createSuccess property.
        Returns:
        possible object is Integer
      • setCreateSuccess

        public void setCreateSuccess​(Integer value)
        Sets the value of the createSuccess property.
        Parameters:
        value - allowed object is Integer
      • getCreateFailure

        public Integer getCreateFailure()
        Gets the value of the createFailure property.
        Returns:
        possible object is Integer
      • setCreateFailure

        public void setCreateFailure​(Integer value)
        Sets the value of the createFailure property.
        Parameters:
        value - allowed object is Integer
      • getUpdateSuccess

        public Integer getUpdateSuccess()
        Gets the value of the updateSuccess property.
        Returns:
        possible object is Integer
      • setUpdateSuccess

        public void setUpdateSuccess​(Integer value)
        Sets the value of the updateSuccess property.
        Parameters:
        value - allowed object is Integer
      • getUpdateFailure

        public Integer getUpdateFailure()
        Gets the value of the updateFailure property.
        Returns:
        possible object is Integer
      • setUpdateFailure

        public void setUpdateFailure​(Integer value)
        Sets the value of the updateFailure property.
        Parameters:
        value - allowed object is Integer
      • getDeleteSuccess

        public Integer getDeleteSuccess()
        Gets the value of the deleteSuccess property.
        Returns:
        possible object is Integer
      • setDeleteSuccess

        public void setDeleteSuccess​(Integer value)
        Sets the value of the deleteSuccess property.
        Parameters:
        value - allowed object is Integer
      • getDeleteFailure

        public Integer getDeleteFailure()
        Gets the value of the deleteFailure property.
        Returns:
        possible object is Integer
      • setDeleteFailure

        public void setDeleteFailure​(Integer value)
        Sets the value of the deleteFailure property.
        Parameters:
        value - allowed object is Integer
      • getSyncSuccess

        public Integer getSyncSuccess()
        Gets the value of the syncSuccess property.
        Returns:
        possible object is Integer
      • setSyncSuccess

        public void setSyncSuccess​(Integer value)
        Sets the value of the syncSuccess property.
        Parameters:
        value - allowed object is Integer
      • getSyncFailure

        public Integer getSyncFailure()
        Gets the value of the syncFailure property.
        Returns:
        possible object is Integer
      • setSyncFailure

        public void setSyncFailure​(Integer value)
        Sets the value of the syncFailure property.
        Parameters:
        value - allowed object is Integer
      • getScriptSuccess

        public Integer getScriptSuccess()
        Gets the value of the scriptSuccess property.
        Returns:
        possible object is Integer
      • setScriptSuccess

        public void setScriptSuccess​(Integer value)
        Sets the value of the scriptSuccess property.
        Parameters:
        value - allowed object is Integer
      • getScriptFailure

        public Integer getScriptFailure()
        Gets the value of the scriptFailure property.
        Returns:
        possible object is Integer
      • setScriptFailure

        public void setScriptFailure​(Integer value)
        Sets the value of the scriptFailure property.
        Parameters:
        value - allowed object is Integer
      • getOtherSuccess

        public Integer getOtherSuccess()
        Gets the value of the otherSuccess property.
        Returns:
        possible object is Integer
      • setOtherSuccess

        public void setOtherSuccess​(Integer value)
        Sets the value of the otherSuccess property.
        Parameters:
        value - allowed object is Integer
      • getOtherFailure

        public Integer getOtherFailure()
        Gets the value of the otherFailure property.
        Returns:
        possible object is Integer
      • setOtherFailure

        public void setOtherFailure​(Integer value)
        Sets the value of the otherFailure property.
        Parameters:
        value - allowed object is Integer
      • getAverageTime

        public Long getAverageTime()
        Gets the value of the averageTime property.
        Returns:
        possible object is Long
      • setAverageTime

        public void setAverageTime​(Long value)
        Sets the value of the averageTime property.
        Parameters:
        value - allowed object is Long
      • 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 is Long
      • 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 is Long
      • 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 is Long
      • 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
        Overrides:
        toString in class Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals