Package ch.mobi.mobitor.model
Class EnvironmentInformationHelper
- java.lang.Object
-
- ch.mobi.mobitor.model.EnvironmentInformationHelper
-
@Component public class EnvironmentInformationHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description EnvironmentInformationHelper(EnvironmentTimestampModel environmentTimestampModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetShiftedDays(String environment)LocalDateTimegetShiftedTime(String environment)booleanhasInformation(String environment)
-
-
-
Constructor Detail
-
EnvironmentInformationHelper
public EnvironmentInformationHelper(EnvironmentTimestampModel environmentTimestampModel)
-
-
Method Detail
-
hasInformation
public boolean hasInformation(String environment)
-
getShiftedTime
public LocalDateTime getShiftedTime(String environment)
-
getShiftedDays
public int getShiftedDays(String environment)
-
-