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 QName
COMPLEX_TYPE
static ItemName
F_HIT_COUNT
static ItemName
F_MISS_COUNT
static ItemName
F_NAME
static ItemName
F_NOT_AVAILABLE_COUNT
static ItemName
F_PASS_COUNT
static ItemName
F_WEAK_HIT_COUNT
protected Integer
hitCount
protected Integer
missCount
protected String
name
protected Integer
notAvailableCount
protected Integer
passCount
protected Integer
weakHitCount
-
Constructor Summary
Constructors Constructor Description SingleCachePerformanceInformationType()
Creates a newSingleCachePerformanceInformationType
instance.SingleCachePerformanceInformationType(SingleCachePerformanceInformationType o)
Creates a newSingleCachePerformanceInformationType
instance by deeply copying a givenSingleCachePerformanceInformationType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
SingleCachePerformanceInformationType
clone()
Creates and returns a deep copy of this object.boolean
equals(Object object)
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)
Integer
getHitCount()
Gets the value of the hitCount property.Integer
getMissCount()
Gets the value of the missCount property.String
getName()
Gets the value of the name property.Integer
getNotAvailableCount()
Gets the value of the notAvailableCount property.Integer
getPassCount()
Gets the value of the passCount property.Integer
getWeakHitCount()
Gets the value of the weakHitCount property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
SingleCachePerformanceInformationType
hitCount(Integer value)
SingleCachePerformanceInformationType
missCount(Integer value)
SingleCachePerformanceInformationType
name(String value)
SingleCachePerformanceInformationType
notAvailableCount(Integer value)
SingleCachePerformanceInformationType
passCount(Integer value)
void
setHitCount(Integer value)
Sets the value of the hitCount property.void
setMissCount(Integer value)
Sets the value of the missCount property.void
setName(String value)
Sets the value of the name property.void
setNotAvailableCount(Integer value)
Sets the value of the notAvailableCount property.void
setPassCount(Integer value)
Sets the value of the passCount property.void
setWeakHitCount(Integer value)
Sets the value of the weakHitCount property.String
toString()
Generates a String representation of the contents of this type.SingleCachePerformanceInformationType
weakHitCount(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 newSingleCachePerformanceInformationType
instance.
-
SingleCachePerformanceInformationType
public SingleCachePerformanceInformationType(SingleCachePerformanceInformationType o)
Creates a newSingleCachePerformanceInformationType
instance by deeply copying a givenSingleCachePerformanceInformationType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
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:
hashCode
in 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:
equals
in 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:
accept
in interfaceJaxbVisitable
-
clone
public SingleCachePerformanceInformationType clone()
Creates and returns a deep copy of this object.
-
-