Class PerformanceCategoryInfo
java.lang.Object
com.evolveum.midpoint.schema.traces.PerformanceCategoryInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
long
int
long
void
setOwnCount
(int ownCount) void
setOwnTime
(long ownTime) void
setTotalCount
(int totalCount) void
setTotalTime
(long totalTime)
-
Constructor Details
-
PerformanceCategoryInfo
public PerformanceCategoryInfo()
-
-
Method Details
-
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)
-