Class SingleCachePerformanceInformationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SingleCachePerformanceInformationType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class SingleCachePerformanceInformationType extends AbstractPlainStructured
Information about performance of a given (single) cache.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
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()SingleCachePerformanceInformationType(SingleCachePerformanceInformationType other)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
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()
-
SingleCachePerformanceInformationType
public SingleCachePerformanceInformationType(SingleCachePerformanceInformationType other)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String value)
-
getHitCount
public Integer getHitCount()
-
setHitCount
public void setHitCount(Integer value)
-
getWeakHitCount
public Integer getWeakHitCount()
-
setWeakHitCount
public void setWeakHitCount(Integer value)
-
getMissCount
public Integer getMissCount()
-
setMissCount
public void setMissCount(Integer value)
-
getPassCount
public Integer getPassCount()
-
setPassCount
public void setPassCount(Integer value)
-
getNotAvailableCount
public Integer getNotAvailableCount()
-
setNotAvailableCount
public void setNotAvailableCount(Integer value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
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- Overrides:
acceptin classAbstractPlainStructured
-
clone
public SingleCachePerformanceInformationType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-