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 String
F_AVERAGE_TIME
static String
F_COUNT_FAILURE
static String
F_COUNT_SUCCESS
static String
F_MAX_TIME
static String
F_MIN_TIME
static String
F_TOTAL_TIME
static String
F_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)
Long
getAverageTime()
int
getCountFailure()
int
getCountSuccess()
Long
getMaxTime()
Long
getMinTime()
long
getTotalTime()
String
getTransport()
-
-
-
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)
-
-