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 com.evolveum.midpoint.prism.impl.binding.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 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()
SingleCachePerformanceInformationType(SingleCachePerformanceInformationType other)
-
Method Summary
-
-
-
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:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
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
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public SingleCachePerformanceInformationType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-