Package com.uc4.api

Class ServiceLevelObjectiveListItem


  • public class ServiceLevelObjectiveListItem
    extends java.lang.Object
    This class represents one item of a service level objective list.
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceLevelObjectiveListItem​(org.w3c.dom.Element item)
      Constructs a new list item which represents one SLO Object partially.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getModCnt()
      Provides the modification counter for the SLO object.
      DateTime getModifiationDate()
      Provides the date of the last modification of this SLO Object.
      java.lang.String getName()
      Provides the name of the SLO object.
      java.lang.String getTitle()
      Returns the title of the object.
      boolean isActive()
      Provides info whether the objective is active or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceLevelObjectiveListItem

        public ServiceLevelObjectiveListItem​(org.w3c.dom.Element item)
        Constructs a new list item which represents one SLO Object partially.
        Parameters:
        item - the raw data
    • Method Detail

      • getName

        public java.lang.String getName()
        Provides the name of the SLO object.
        Returns:
        name of SLO object.
      • getTitle

        public java.lang.String 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

        public DateTime 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.