Class GeneralStatisticsItem
java.lang.Object
org.qubership.atp.tdm.model.statistics.StatisticsEnvironment
org.qubership.atp.tdm.model.statistics.StatisticsItem
org.qubership.atp.tdm.model.statistics.GeneralStatisticsItem
-
Constructor Summary
ConstructorsConstructorDescriptionGeneralStatisticsItem(String context) Class constructor.GeneralStatisticsItem(String context, Long available, Long occupied, Long occupiedToday, Long total) Class constructor. -
Method Summary
-
Constructor Details
-
GeneralStatisticsItem
Class constructor.- Parameters:
context- - data table name
-
GeneralStatisticsItem
public GeneralStatisticsItem(@Nonnull String context, @Nonnull Long available, @Nonnull Long occupied, @Nonnull Long occupiedToday, @Nonnull Long total) Class constructor.- Parameters:
context- - data table nameavailable- - number of available dataoccupied- - number of consumed data
-