Class MappingsLineDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.progress.MappingsLineDto
-
- All Implemented Interfaces:
Serializable
public class MappingsLineDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringF_AVERAGE_TIMEstatic StringF_COUNTstatic StringF_MAX_TIMEstatic StringF_MIN_TIMEstatic StringF_OBJECTstatic StringF_TOTAL_TIME
-
Constructor Summary
Constructors Constructor Description MappingsLineDto(MappingsStatisticsEntryType entry)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static List<MappingsLineDto>extractFromOperationalInformation(MappingsStatisticsType mappingsStatisticsType)StringgetAverageTime()StringgetCount()StringgetMaxTime()StringgetMinTime()StringgetObject()StringgetTotalTime()
-
-
-
Field Detail
-
F_OBJECT
public static final String F_OBJECT
- See Also:
- Constant Field Values
-
F_COUNT
public static final String F_COUNT
- See Also:
- Constant Field Values
-
F_AVERAGE_TIME
public static final String F_AVERAGE_TIME
- See Also:
- Constant Field Values
-
F_MIN_TIME
public static final String F_MIN_TIME
- See Also:
- Constant Field Values
-
F_MAX_TIME
public static final String F_MAX_TIME
- See Also:
- Constant Field Values
-
F_TOTAL_TIME
public static final String F_TOTAL_TIME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MappingsLineDto
public MappingsLineDto(MappingsStatisticsEntryType entry)
-
-
Method Detail
-
getObject
public String getObject()
-
getCount
public String getCount()
-
getAverageTime
public String getAverageTime()
-
getMinTime
public String getMinTime()
-
getMaxTime
public String getMaxTime()
-
getTotalTime
public String getTotalTime()
-
extractFromOperationalInformation
protected static List<MappingsLineDto> extractFromOperationalInformation(MappingsStatisticsType mappingsStatisticsType)
-
-