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
    TODO <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="resource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="objectClass" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/&gt; &lt;element name="getSuccess" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="getFailure" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="searchSuccess" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="searchFailure" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="createSuccess" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="createFailure" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="updateSuccess" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="updateFailure" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="deleteSuccess" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="deleteFailure" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="syncSuccess" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="syncFailure" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="scriptSuccess" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="scriptFailure" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="otherSuccess" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="otherFailure" type="{http://www.w3.org/2001/XMLSchema}int"/&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"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • resource

        protected String resource
      • objectClass

        protected QName objectClass
      • getSuccess

        protected int getSuccess
      • getFailure

        protected int getFailure
      • searchSuccess

        protected int searchSuccess
      • searchFailure

        protected int searchFailure
      • createSuccess

        protected int createSuccess
      • createFailure

        protected int createFailure
      • updateSuccess

        protected int updateSuccess
      • updateFailure

        protected int updateFailure
      • deleteSuccess

        protected int deleteSuccess
      • deleteFailure

        protected int deleteFailure
      • syncSuccess

        protected int syncSuccess
      • syncFailure

        protected int syncFailure
      • scriptSuccess

        protected int scriptSuccess
      • scriptFailure

        protected int scriptFailure
      • otherSuccess

        protected int otherSuccess
      • otherFailure

        protected int 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

        public static final ItemName F_RESOURCE
      • F_OBJECT_CLASS

        public static final ItemName F_OBJECT_CLASS
      • 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

      • 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
      • 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
      • getGetSuccess

        public int getGetSuccess()
        Gets the value of the getSuccess property.
      • setGetSuccess

        public void setGetSuccess​(int value)
        Sets the value of the getSuccess property.
      • getGetFailure

        public int getGetFailure()
        Gets the value of the getFailure property.
      • setGetFailure

        public void setGetFailure​(int value)
        Sets the value of the getFailure property.
      • getSearchSuccess

        public int getSearchSuccess()
        Gets the value of the searchSuccess property.
      • setSearchSuccess

        public void setSearchSuccess​(int value)
        Sets the value of the searchSuccess property.
      • getSearchFailure

        public int getSearchFailure()
        Gets the value of the searchFailure property.
      • setSearchFailure

        public void setSearchFailure​(int value)
        Sets the value of the searchFailure property.
      • getCreateSuccess

        public int getCreateSuccess()
        Gets the value of the createSuccess property.
      • setCreateSuccess

        public void setCreateSuccess​(int value)
        Sets the value of the createSuccess property.
      • getCreateFailure

        public int getCreateFailure()
        Gets the value of the createFailure property.
      • setCreateFailure

        public void setCreateFailure​(int value)
        Sets the value of the createFailure property.
      • getUpdateSuccess

        public int getUpdateSuccess()
        Gets the value of the updateSuccess property.
      • setUpdateSuccess

        public void setUpdateSuccess​(int value)
        Sets the value of the updateSuccess property.
      • getUpdateFailure

        public int getUpdateFailure()
        Gets the value of the updateFailure property.
      • setUpdateFailure

        public void setUpdateFailure​(int value)
        Sets the value of the updateFailure property.
      • getDeleteSuccess

        public int getDeleteSuccess()
        Gets the value of the deleteSuccess property.
      • setDeleteSuccess

        public void setDeleteSuccess​(int value)
        Sets the value of the deleteSuccess property.
      • getDeleteFailure

        public int getDeleteFailure()
        Gets the value of the deleteFailure property.
      • setDeleteFailure

        public void setDeleteFailure​(int value)
        Sets the value of the deleteFailure property.
      • getSyncSuccess

        public int getSyncSuccess()
        Gets the value of the syncSuccess property.
      • setSyncSuccess

        public void setSyncSuccess​(int value)
        Sets the value of the syncSuccess property.
      • getSyncFailure

        public int getSyncFailure()
        Gets the value of the syncFailure property.
      • setSyncFailure

        public void setSyncFailure​(int value)
        Sets the value of the syncFailure property.
      • getScriptSuccess

        public int getScriptSuccess()
        Gets the value of the scriptSuccess property.
      • setScriptSuccess

        public void setScriptSuccess​(int value)
        Sets the value of the scriptSuccess property.
      • getScriptFailure

        public int getScriptFailure()
        Gets the value of the scriptFailure property.
      • setScriptFailure

        public void setScriptFailure​(int value)
        Sets the value of the scriptFailure property.
      • getOtherSuccess

        public int getOtherSuccess()
        Gets the value of the otherSuccess property.
      • setOtherSuccess

        public void setOtherSuccess​(int value)
        Sets the value of the otherSuccess property.
      • getOtherFailure

        public int getOtherFailure()
        Gets the value of the otherFailure property.
      • setOtherFailure

        public void setOtherFailure​(int value)
        Sets the value of the otherFailure property.
      • 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.
      • setTotalTime

        public void setTotalTime​(long value)
        Sets the value of the totalTime property.
      • 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