Interface SlaInformation
@PublicApi
@ParametersAreNonnullByDefault
public interface SlaInformation
Information about a named Service Level Agreement
-
Method Details
-
getId
Integer getId()- Returns:
- the id of the SLA metric
-
getName
String getName()- Returns:
- the name of the SLA
-
getCompletedCycles
List<SlaInformationCompletedCycle> getCompletedCycles()- Returns:
- the list of completed cyles
-
getOngoingCycle
Optional<SlaInformationOngoingCycle> getOngoingCycle()- Returns:
- optionally the current ongoing cycle
-