Package com.uc4.api

Class ServiceLevelObjectiveListItem

java.lang.Object
com.uc4.api.ServiceLevelObjectiveListItem

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

    • ServiceLevelObjectiveListItem

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

    • getName

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

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