Class StatisticsDto
java.lang.Object
com.evolveum.midpoint.web.component.progress.StatisticsDto
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionStatisticsDto
(EnvironmentalPerformanceInformationType environmentalPerformanceInformationType) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setLastMessage
(String lastMessage) void
setMappingsLines
(List<MappingsLineDto> mappingsLines) void
setNotificationsLines
(List<NotificationsLineDto> notificationsLines) void
setProvisioningLines
(List<ProvisioningStatisticsLineDto> provisioningLines)
-
Field Details
-
F_PROVISIONING_LINES
- See Also:
-
F_MAPPINGS_LINES
- See Also:
-
F_NOTIFICATIONS_LINES
- See Also:
-
F_LAST_MESSAGE
- See Also:
-
-
Constructor Details
-
StatisticsDto
public StatisticsDto() -
StatisticsDto
public StatisticsDto(EnvironmentalPerformanceInformationType environmentalPerformanceInformationType)
-
-
Method Details
-
getProvisioningLines
-
setProvisioningLines
-
getMappingsLines
-
setMappingsLines
-
getNotificationsLines
-
setNotificationsLines
-
getLastMessage
-
setLastMessage
-
getEnvironmentalPerformanceInformationType
-