Class PerformanceCategoryInfo
- java.lang.Object
 - 
- com.evolveum.midpoint.schema.traces.PerformanceCategoryInfo
 
 
- 
- All Implemented Interfaces:
 Serializable
@Experimental public class PerformanceCategoryInfo extends Object implements Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PerformanceCategoryInfo() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOwnCount()longgetOwnTime()intgetTotalCount()longgetTotalTime()voidsetOwnCount(int ownCount)voidsetOwnTime(long ownTime)voidsetTotalCount(int totalCount)voidsetTotalTime(long totalTime) 
 - 
 
- 
- 
Method Detail
- 
getOwnTime
public long getOwnTime()
 
- 
setOwnTime
public void setOwnTime(long ownTime)
 
- 
getTotalTime
public long getTotalTime()
 
- 
setTotalTime
public void setTotalTime(long totalTime)
 
- 
getOwnCount
public int getOwnCount()
 
- 
setOwnCount
public void setOwnCount(int ownCount)
 
- 
getTotalCount
public int getTotalCount()
 
- 
setTotalCount
public void setTotalCount(int totalCount)
 
 - 
 
 -