org.apache.oozie.client.rest
Class JsonSLAEvent

java.lang.Object
  extended by org.apache.oozie.client.rest.JsonSLAEvent
All Implemented Interfaces:
JsonBean, org.apache.oozie.client.SLAEvent
Direct Known Subclasses:
SLAEventBean

Deprecated.

@Deprecated
@Entity
public class JsonSLAEvent
extends Object
implements org.apache.oozie.client.SLAEvent, JsonBean


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

JsonSLAEvent

public JsonSLAEvent()
Deprecated. 

JsonSLAEvent

public JsonSLAEvent(org.json.simple.JSONObject json)
Deprecated. 
Method Detail

getEvent_id

public long getEvent_id()
Deprecated. 
Specified by:
getEvent_id in interface org.apache.oozie.client.SLAEvent

setEvent_id

public void setEvent_id(long id)
Deprecated. 

getSlaId

public String getSlaId()
Deprecated. 
Specified by:
getSlaId in interface org.apache.oozie.client.SLAEvent

setSlaId

public void setSlaId(String slaId)
Deprecated. 

getAppType

public org.apache.oozie.client.SLAEvent.SlaAppType getAppType()
Deprecated. 
Specified by:
getAppType in interface org.apache.oozie.client.SLAEvent

setAppType

public void setAppType(org.apache.oozie.client.SLAEvent.SlaAppType appType)
Deprecated. 

getAppName

public String getAppName()
Deprecated. 
Specified by:
getAppName in interface org.apache.oozie.client.SLAEvent

setAppName

public void setAppName(String appName)
Deprecated. 

getUser

public String getUser()
Deprecated. 
Specified by:
getUser in interface org.apache.oozie.client.SLAEvent

setUser

public void setUser(String user)
Deprecated. 

getGroupName

public String getGroupName()
Deprecated. 
Specified by:
getGroupName in interface org.apache.oozie.client.SLAEvent

setGroupName

public void setGroupName(String groupName)
Deprecated. 

getParentClientId

public String getParentClientId()
Deprecated. 
Specified by:
getParentClientId in interface org.apache.oozie.client.SLAEvent

setParentClientId

public void setParentClientId(String parentClientId)
Deprecated. 

getParentSlaId

public String getParentSlaId()
Deprecated. 
Specified by:
getParentSlaId in interface org.apache.oozie.client.SLAEvent

setParentSlaId

public void setParentSlaId(String parentSlaId)
Deprecated. 

getExpectedStart

public Date getExpectedStart()
Deprecated. 
Specified by:
getExpectedStart in interface org.apache.oozie.client.SLAEvent

setExpectedStart

public void setExpectedStart(Date expectedStart)
Deprecated. 

getExpectedEnd

public Date getExpectedEnd()
Deprecated. 
Specified by:
getExpectedEnd in interface org.apache.oozie.client.SLAEvent

setExpectedEnd

public void setExpectedEnd(Date expectedEnd)
Deprecated. 

getStatusTimestamp

public Date getStatusTimestamp()
Deprecated. 
Specified by:
getStatusTimestamp in interface org.apache.oozie.client.SLAEvent

setStatusTimestamp

public void setStatusTimestamp(Date statusTimestamp)
Deprecated. 

getNotificationMsg

public String getNotificationMsg()
Deprecated. 
Specified by:
getNotificationMsg in interface org.apache.oozie.client.SLAEvent

setNotificationMsg

public void setNotificationMsg(String notificationMsg)
Deprecated. 

getAlertContact

public String getAlertContact()
Deprecated. 
Specified by:
getAlertContact in interface org.apache.oozie.client.SLAEvent

setAlertContact

public void setAlertContact(String alertContact)
Deprecated. 

getDevContact

public String getDevContact()
Deprecated. 
Specified by:
getDevContact in interface org.apache.oozie.client.SLAEvent

setDevContact

public void setDevContact(String devContact)
Deprecated. 

getQaContact

public String getQaContact()
Deprecated. 
Specified by:
getQaContact in interface org.apache.oozie.client.SLAEvent

setQaContact

public void setQaContact(String qaContact)
Deprecated. 

getSeContact

public String getSeContact()
Deprecated. 
Specified by:
getSeContact in interface org.apache.oozie.client.SLAEvent

setSeContact

public void setSeContact(String seContact)
Deprecated. 

getAlertFrequency

public String getAlertFrequency()
Deprecated. 
Specified by:
getAlertFrequency in interface org.apache.oozie.client.SLAEvent

setAlertFrequency

public void setAlertFrequency(String alertFrequency)
Deprecated. 

getAlertPercentage

public String getAlertPercentage()
Deprecated. 
Specified by:
getAlertPercentage in interface org.apache.oozie.client.SLAEvent

setAlertPercentage

public void setAlertPercentage(String alertPercentage)
Deprecated. 

getUpstreamApps

public String getUpstreamApps()
Deprecated. 
Specified by:
getUpstreamApps in interface org.apache.oozie.client.SLAEvent

setUpstreamApps

public void setUpstreamApps(String upstreamApps)
Deprecated. 

getJobStatus

public org.apache.oozie.client.SLAEvent.Status getJobStatus()
Deprecated. 
Specified by:
getJobStatus in interface org.apache.oozie.client.SLAEvent

setJobStatus

public void setJobStatus(org.apache.oozie.client.SLAEvent.Status jobStatus)
Deprecated. 

getJobData

public String getJobData()
Deprecated. 
Specified by:
getJobData in interface org.apache.oozie.client.SLAEvent

setJobData

public void setJobData(String jobData)
Deprecated. 

toJSONObject

public org.json.simple.JSONObject toJSONObject()
Deprecated. 
Description copied from interface: JsonBean
Return the JSONObject for the bean with GMT time zone.

Specified by:
toJSONObject in interface JsonBean
Returns:
the JSONObject for the bean with GMT time zone.

toJSONObject

public org.json.simple.JSONObject toJSONObject(String timeZoneId)
Deprecated. 
Description copied from interface: JsonBean
Return the JSONObject for the bean with the given time zone.

Specified by:
toJSONObject in interface JsonBean
Parameters:
timeZoneId - the time zone to use
Returns:
the JSONObject for the bean with the given time zone.


Copyright © 2013 Apache Software Foundation. All Rights Reserved.