|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oozie.client.rest.JsonSLAEvent
@Deprecated @Entity public class JsonSLAEvent
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.oozie.client.SLAEvent |
|---|
org.apache.oozie.client.SLAEvent.SlaAppType, org.apache.oozie.client.SLAEvent.Status |
| Constructor Summary | |
|---|---|
JsonSLAEvent()
Deprecated. |
|
JsonSLAEvent(org.json.simple.JSONObject json)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getAlertContact()
Deprecated. |
String |
getAlertFrequency()
Deprecated. |
String |
getAlertPercentage()
Deprecated. |
String |
getAppName()
Deprecated. |
org.apache.oozie.client.SLAEvent.SlaAppType |
getAppType()
Deprecated. |
String |
getDevContact()
Deprecated. |
long |
getEvent_id()
Deprecated. |
Date |
getExpectedEnd()
Deprecated. |
Date |
getExpectedStart()
Deprecated. |
String |
getGroupName()
Deprecated. |
String |
getJobData()
Deprecated. |
org.apache.oozie.client.SLAEvent.Status |
getJobStatus()
Deprecated. |
String |
getNotificationMsg()
Deprecated. |
String |
getParentClientId()
Deprecated. |
String |
getParentSlaId()
Deprecated. |
String |
getQaContact()
Deprecated. |
String |
getSeContact()
Deprecated. |
String |
getSlaId()
Deprecated. |
Date |
getStatusTimestamp()
Deprecated. |
String |
getUpstreamApps()
Deprecated. |
String |
getUser()
Deprecated. |
void |
setAlertContact(String alertContact)
Deprecated. |
void |
setAlertFrequency(String alertFrequency)
Deprecated. |
void |
setAlertPercentage(String alertPercentage)
Deprecated. |
void |
setAppName(String appName)
Deprecated. |
void |
setAppType(org.apache.oozie.client.SLAEvent.SlaAppType appType)
Deprecated. |
void |
setDevContact(String devContact)
Deprecated. |
void |
setEvent_id(long id)
Deprecated. |
void |
setExpectedEnd(Date expectedEnd)
Deprecated. |
void |
setExpectedStart(Date expectedStart)
Deprecated. |
void |
setGroupName(String groupName)
Deprecated. |
void |
setJobData(String jobData)
Deprecated. |
void |
setJobStatus(org.apache.oozie.client.SLAEvent.Status jobStatus)
Deprecated. |
void |
setNotificationMsg(String notificationMsg)
Deprecated. |
void |
setParentClientId(String parentClientId)
Deprecated. |
void |
setParentSlaId(String parentSlaId)
Deprecated. |
void |
setQaContact(String qaContact)
Deprecated. |
void |
setSeContact(String seContact)
Deprecated. |
void |
setSlaId(String slaId)
Deprecated. |
void |
setStatusTimestamp(Date statusTimestamp)
Deprecated. |
void |
setUpstreamApps(String upstreamApps)
Deprecated. |
void |
setUser(String user)
Deprecated. |
org.json.simple.JSONObject |
toJSONObject()
Deprecated. Return the JSONObject for the bean with GMT time zone. |
org.json.simple.JSONObject |
toJSONObject(String timeZoneId)
Deprecated. Return the JSONObject for the bean with the given time zone. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsonSLAEvent()
public JsonSLAEvent(org.json.simple.JSONObject json)
| Method Detail |
|---|
public long getEvent_id()
getEvent_id in interface org.apache.oozie.client.SLAEventpublic void setEvent_id(long id)
public String getSlaId()
getSlaId in interface org.apache.oozie.client.SLAEventpublic void setSlaId(String slaId)
public org.apache.oozie.client.SLAEvent.SlaAppType getAppType()
getAppType in interface org.apache.oozie.client.SLAEventpublic void setAppType(org.apache.oozie.client.SLAEvent.SlaAppType appType)
public String getAppName()
getAppName in interface org.apache.oozie.client.SLAEventpublic void setAppName(String appName)
public String getUser()
getUser in interface org.apache.oozie.client.SLAEventpublic void setUser(String user)
public String getGroupName()
getGroupName in interface org.apache.oozie.client.SLAEventpublic void setGroupName(String groupName)
public String getParentClientId()
getParentClientId in interface org.apache.oozie.client.SLAEventpublic void setParentClientId(String parentClientId)
public String getParentSlaId()
getParentSlaId in interface org.apache.oozie.client.SLAEventpublic void setParentSlaId(String parentSlaId)
public Date getExpectedStart()
getExpectedStart in interface org.apache.oozie.client.SLAEventpublic void setExpectedStart(Date expectedStart)
public Date getExpectedEnd()
getExpectedEnd in interface org.apache.oozie.client.SLAEventpublic void setExpectedEnd(Date expectedEnd)
public Date getStatusTimestamp()
getStatusTimestamp in interface org.apache.oozie.client.SLAEventpublic void setStatusTimestamp(Date statusTimestamp)
public String getNotificationMsg()
getNotificationMsg in interface org.apache.oozie.client.SLAEventpublic void setNotificationMsg(String notificationMsg)
public String getAlertContact()
getAlertContact in interface org.apache.oozie.client.SLAEventpublic void setAlertContact(String alertContact)
public String getDevContact()
getDevContact in interface org.apache.oozie.client.SLAEventpublic void setDevContact(String devContact)
public String getQaContact()
getQaContact in interface org.apache.oozie.client.SLAEventpublic void setQaContact(String qaContact)
public String getSeContact()
getSeContact in interface org.apache.oozie.client.SLAEventpublic void setSeContact(String seContact)
public String getAlertFrequency()
getAlertFrequency in interface org.apache.oozie.client.SLAEventpublic void setAlertFrequency(String alertFrequency)
public String getAlertPercentage()
getAlertPercentage in interface org.apache.oozie.client.SLAEventpublic void setAlertPercentage(String alertPercentage)
public String getUpstreamApps()
getUpstreamApps in interface org.apache.oozie.client.SLAEventpublic void setUpstreamApps(String upstreamApps)
public org.apache.oozie.client.SLAEvent.Status getJobStatus()
getJobStatus in interface org.apache.oozie.client.SLAEventpublic void setJobStatus(org.apache.oozie.client.SLAEvent.Status jobStatus)
public String getJobData()
getJobData in interface org.apache.oozie.client.SLAEventpublic void setJobData(String jobData)
public org.json.simple.JSONObject toJSONObject()
JsonBean
toJSONObject in interface JsonBeanpublic org.json.simple.JSONObject toJSONObject(String timeZoneId)
JsonBean
toJSONObject in interface JsonBeantimeZoneId - the time zone to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||