Class SingleCachePerformanceInformationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SingleCachePerformanceInformationType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class SingleCachePerformanceInformationType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Information about performance of a given (single) cache.Java class for SingleCachePerformanceInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SingleCachePerformanceInformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="hitCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="weakHitCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="missCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="passCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="notAvailableCount" 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 static QNameCOMPLEX_TYPEstatic ItemNameF_HIT_COUNTstatic ItemNameF_MISS_COUNTstatic ItemNameF_NAMEstatic ItemNameF_NOT_AVAILABLE_COUNTstatic ItemNameF_PASS_COUNTstatic ItemNameF_WEAK_HIT_COUNTprotected IntegerhitCountprotected IntegermissCountprotected Stringnameprotected IntegernotAvailableCountprotected IntegerpassCountprotected IntegerweakHitCount
-
Constructor Summary
Constructors Constructor Description SingleCachePerformanceInformationType()Creates a newSingleCachePerformanceInformationTypeinstance.SingleCachePerformanceInformationType(SingleCachePerformanceInformationType o)Creates a newSingleCachePerformanceInformationTypeinstance by deeply copying a givenSingleCachePerformanceInformationTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)SingleCachePerformanceInformationTypeclone()Creates and returns a deep copy of this object.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)IntegergetHitCount()Gets the value of the hitCount property.IntegergetMissCount()Gets the value of the missCount property.StringgetName()Gets the value of the name property.IntegergetNotAvailableCount()Gets the value of the notAvailableCount property.IntegergetPassCount()Gets the value of the passCount property.IntegergetWeakHitCount()Gets the value of the weakHitCount property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)SingleCachePerformanceInformationTypehitCount(Integer value)SingleCachePerformanceInformationTypemissCount(Integer value)SingleCachePerformanceInformationTypename(String value)SingleCachePerformanceInformationTypenotAvailableCount(Integer value)SingleCachePerformanceInformationTypepassCount(Integer value)voidsetHitCount(Integer value)Sets the value of the hitCount property.voidsetMissCount(Integer value)Sets the value of the missCount property.voidsetName(String value)Sets the value of the name property.voidsetNotAvailableCount(Integer value)Sets the value of the notAvailableCount property.voidsetPassCount(Integer value)Sets the value of the passCount property.voidsetWeakHitCount(Integer value)Sets the value of the weakHitCount property.StringtoString()Generates a String representation of the contents of this type.SingleCachePerformanceInformationTypeweakHitCount(Integer value)
-
-
-
Field Detail
-
name
protected String name
-
hitCount
protected Integer hitCount
-
weakHitCount
protected Integer weakHitCount
-
missCount
protected Integer missCount
-
passCount
protected Integer passCount
-
notAvailableCount
protected Integer notAvailableCount
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_NAME
public static final ItemName F_NAME
-
F_HIT_COUNT
public static final ItemName F_HIT_COUNT
-
F_WEAK_HIT_COUNT
public static final ItemName F_WEAK_HIT_COUNT
-
F_MISS_COUNT
public static final ItemName F_MISS_COUNT
-
F_PASS_COUNT
public static final ItemName F_PASS_COUNT
-
F_NOT_AVAILABLE_COUNT
public static final ItemName F_NOT_AVAILABLE_COUNT
-
-
Constructor Detail
-
SingleCachePerformanceInformationType
public SingleCachePerformanceInformationType()
Creates a newSingleCachePerformanceInformationTypeinstance.
-
SingleCachePerformanceInformationType
public SingleCachePerformanceInformationType(SingleCachePerformanceInformationType o)
Creates a newSingleCachePerformanceInformationTypeinstance by deeply copying a givenSingleCachePerformanceInformationTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getHitCount
public Integer getHitCount()
Gets the value of the hitCount property.- Returns:
- possible object is
Integer
-
setHitCount
public void setHitCount(Integer value)
Sets the value of the hitCount property.- Parameters:
value- allowed object isInteger
-
getWeakHitCount
public Integer getWeakHitCount()
Gets the value of the weakHitCount property.- Returns:
- possible object is
Integer
-
setWeakHitCount
public void setWeakHitCount(Integer value)
Sets the value of the weakHitCount property.- Parameters:
value- allowed object isInteger
-
getMissCount
public Integer getMissCount()
Gets the value of the missCount property.- Returns:
- possible object is
Integer
-
setMissCount
public void setMissCount(Integer value)
Sets the value of the missCount property.- Parameters:
value- allowed object isInteger
-
getPassCount
public Integer getPassCount()
Gets the value of the passCount property.- Returns:
- possible object is
Integer
-
setPassCount
public void setPassCount(Integer value)
Sets the value of the passCount property.- Parameters:
value- allowed object isInteger
-
getNotAvailableCount
public Integer getNotAvailableCount()
Gets the value of the notAvailableCount property.- Returns:
- possible object is
Integer
-
setNotAvailableCount
public void setNotAvailableCount(Integer value)
Sets the value of the notAvailableCount 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
-
name
public SingleCachePerformanceInformationType name(String value)
-
hitCount
public SingleCachePerformanceInformationType hitCount(Integer value)
-
weakHitCount
public SingleCachePerformanceInformationType weakHitCount(Integer value)
-
missCount
public SingleCachePerformanceInformationType missCount(Integer value)
-
passCount
public SingleCachePerformanceInformationType passCount(Integer value)
-
notAvailableCount
public SingleCachePerformanceInformationType notAvailableCount(Integer value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public SingleCachePerformanceInformationType clone()
Creates and returns a deep copy of this object.
-
-