Package com.uc4.api.servicefulfillment
Class ServiceFulfillmentItem
java.lang.Object
com.uc4.api.servicefulfillment.ServiceFulfillmentItem
This class represents a item of the service fulfillments list.
-
Constructor Summary
ConstructorsConstructorDescriptionServiceFulfillmentItem
(com.uc4.util.XMLDocument doc, Element row, ConnectionAttributes session) Constructs aServiceFulfillmentItem
using the specifiedElement
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the detection time.Returns the business importance value.int
getRunID()
Returns the Run ID of the service execution.Returns the service fulfillment status.Returns the service fulfillment status as translated message text.Returns the name of the service level objective (SLO) object.Returns the name of the service object.Returns the type of the service object.Returns the reason for the violation.int
hashCode()
-
Constructor Details
-
ServiceFulfillmentItem
public ServiceFulfillmentItem(com.uc4.util.XMLDocument doc, Element row, ConnectionAttributes session) Constructs aServiceFulfillmentItem
using the specifiedElement
. Internal use only.- Parameters:
doc
- XML documentrow
- Elementsession
- Session info
-
-
Method Details
-
getServiceLevelObjective
Returns the name of the service level objective (SLO) object.- Returns:
- String containing the name or null
-
getServiceName
Returns the name of the service object.- Returns:
- String containing the name or null
-
getServiceType
Returns the type of the service object.- Returns:
- String containing the type or null
-
getRunID
public int getRunID()Returns the Run ID of the service execution.- Returns:
- Integer containing the runID or 0
-
getServiceFulfillmentStatus
Returns the service fulfillment status.- Returns:
- ServiceFulfillmentStatus or null
-
getServiceFulfillmentStatusAsTranslatedText
Returns the service fulfillment status as translated message text. The message is translated using the logon language.- Returns:
- text or null
-
getViolationReason
Returns the reason for the violation. When there was no violation, null will be returned.- Returns:
- ViolationReason or null
-
getDetectionTime
Returns the detection time.- Returns:
- detection time or null
-
getImportance
Returns the business importance value.- Returns:
- Importance or null
-
equals
-
hashCode
public int hashCode()
-