Class NotificationsLineDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.progress.NotificationsLineDto
-
- All Implemented Interfaces:
Serializable
public class NotificationsLineDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringF_AVERAGE_TIMEstatic StringF_COUNT_FAILUREstatic StringF_COUNT_SUCCESSstatic StringF_MAX_TIMEstatic StringF_MIN_TIMEstatic StringF_TOTAL_TIMEstatic StringF_TRANSPORT
-
Constructor Summary
Constructors Constructor Description NotificationsLineDto(NotificationsStatisticsEntryType entry)NotificationsLineDto(String transport)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static List<NotificationsLineDto>extractFromOperationalInformation(NotificationsStatisticsType notificationsStatisticsType)LonggetAverageTime()intgetCountFailure()intgetCountSuccess()LonggetMaxTime()LonggetMinTime()longgetTotalTime()StringgetTransport()
-
-
-
Field Detail
-
F_TRANSPORT
public static final String F_TRANSPORT
- See Also:
- Constant Field Values
-
F_COUNT_SUCCESS
public static final String F_COUNT_SUCCESS
- See Also:
- Constant Field Values
-
F_COUNT_FAILURE
public static final String F_COUNT_FAILURE
- 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
-
NotificationsLineDto
public NotificationsLineDto(String transport)
-
NotificationsLineDto
public NotificationsLineDto(NotificationsStatisticsEntryType entry)
-
-
Method Detail
-
getAverageTime
public Long getAverageTime()
-
getTransport
public String getTransport()
-
getCountSuccess
public int getCountSuccess()
-
getCountFailure
public int getCountFailure()
-
getMinTime
public Long getMinTime()
-
getMaxTime
public Long getMaxTime()
-
getTotalTime
public long getTotalTime()
-
extractFromOperationalInformation
protected static List<NotificationsLineDto> extractFromOperationalInformation(NotificationsStatisticsType notificationsStatisticsType)
-
-