Package com.uc4.api
Class ServiceLevelObjectiveListItem
java.lang.Object
com.uc4.api.ServiceLevelObjectiveListItem
This class represents one item of a service level objective list.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new list item which represents one SLO Object partially. -
Method Summary
Modifier and TypeMethodDescriptionint
Provides the modification counter for the SLO object.Provides the date of the last modification of this SLO Object.getName()
Provides the name of the SLO object.getTitle()
Returns the title of the object.boolean
isActive()
Provides info whether the objective is active or not.
-
Constructor Details
-
ServiceLevelObjectiveListItem
Constructs a new list item which represents one SLO Object partially.- Parameters:
item
- the raw data
-
-
Method Details
-
getName
Provides the name of the SLO object.- Returns:
- name of SLO object.
-
getTitle
Returns the title of the object.- Returns:
- title of the SLO object.
-
isActive
public boolean isActive()Provides info whether the objective is active or not.- Returns:
- returns true if active, otherwise false.
-
getModifiationDate
Provides the date of the last modification of this SLO Object.- Returns:
- last modification as DateTime.
-
getModCnt
public int getModCnt()Provides the modification counter for the SLO object.- Returns:
- Current modification counter value.
-