org.apache.oozie.client
Interface SLAEvent
public interface SLAEvent
Bean that represents a SLA event
Nested Class Summary |
static class |
SLAEvent.SlaAppType
Defines the possible status of an SLA events. |
static class |
SLAEvent.Status
Defines the possible status of an SLA events or Job status for SLA events. |
getEvent_id
long getEvent_id()
getSlaId
String getSlaId()
getAppType
SLAEvent.SlaAppType getAppType()
getAppName
String getAppName()
getUser
String getUser()
getGroupName
String getGroupName()
getParentClientId
String getParentClientId()
getParentSlaId
String getParentSlaId()
getExpectedStart
Date getExpectedStart()
getExpectedEnd
Date getExpectedEnd()
getStatusTimestamp
Date getStatusTimestamp()
getNotificationMsg
String getNotificationMsg()
getAlertContact
String getAlertContact()
getDevContact
String getDevContact()
getQaContact
String getQaContact()
getSeContact
String getSeContact()
getAlertFrequency
String getAlertFrequency()
getAlertPercentage
String getAlertPercentage()
getUpstreamApps
String getUpstreamApps()
getJobStatus
SLAEvent.Status getJobStatus()
getJobData
String getJobData()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.