Class PerformanceCategoryInfo
java.lang.Object
com.evolveum.midpoint.schema.traces.PerformanceCategoryInfo
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintlongintlongvoidsetOwnCount(int ownCount) voidsetOwnTime(long ownTime) voidsetTotalCount(int totalCount) voidsetTotalTime(long totalTime) 
- 
Constructor Details- 
PerformanceCategoryInfopublic PerformanceCategoryInfo()
 
- 
- 
Method Details- 
getOwnTimepublic long getOwnTime()
- 
setOwnTimepublic void setOwnTime(long ownTime) 
- 
getTotalTimepublic long getTotalTime()
- 
setTotalTimepublic void setTotalTime(long totalTime) 
- 
getOwnCountpublic int getOwnCount()
- 
setOwnCountpublic void setOwnCount(int ownCount) 
- 
getTotalCountpublic int getTotalCount()
- 
setTotalCountpublic void setTotalCount(int totalCount) 
 
-