|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.oozie.client.rest.JsonSLAEvent org.apache.oozie.SLAEventBean
@Deprecated @Entity public class SLAEventBean
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 | |
---|---|
SLAEventBean()
Deprecated. |
Method Summary | |
---|---|
org.apache.oozie.client.SLAEvent.SlaAppType |
getAppType()
Deprecated. |
String |
getAppTypeStr()
Deprecated. |
String |
getEventType()
Deprecated. |
Date |
getExpectedEnd()
Deprecated. |
Timestamp |
getExpectedEndTS()
Deprecated. |
Date |
getExpectedStart()
Deprecated. |
Timestamp |
getExpectedStartTS()
Deprecated. |
org.apache.oozie.client.SLAEvent.Status |
getJobStatus()
Deprecated. |
String |
getJobStatusStr()
Deprecated. |
Date |
getStatusTimestamp()
Deprecated. |
Timestamp |
getStatusTimestampTS()
Deprecated. |
void |
readFields(DataInput arg0)
Deprecated. |
void |
setAppType(org.apache.oozie.client.SLAEvent.SlaAppType appType)
Deprecated. |
void |
setAppTypeStr(String appTypeStr)
Deprecated. |
void |
setEventType(String eventType)
Deprecated. |
void |
setExpectedEnd(Date expectedEnd)
Deprecated. |
void |
setExpectedStart(Date expectedStart)
Deprecated. |
void |
setJobStatus(org.apache.oozie.client.SLAEvent.Status jobStatus)
Deprecated. |
void |
setJobStatusStr(String jobStatusStr)
Deprecated. |
void |
setStatusTimestamp(Date statusTimestamp)
Deprecated. |
String |
toString()
Deprecated. |
org.jdom.Element |
toXml()
Deprecated. |
void |
write(DataOutput arg0)
Deprecated. |
Methods inherited from class org.apache.oozie.client.rest.JsonSLAEvent |
---|
getAlertContact, getAlertFrequency, getAlertPercentage, getAppName, getDevContact, getEvent_id, getGroupName, getJobData, getNotificationMsg, getParentClientId, getParentSlaId, getQaContact, getSeContact, getSlaId, getUpstreamApps, getUser, setAlertContact, setAlertFrequency, setAlertPercentage, setAppName, setDevContact, setEvent_id, setGroupName, setJobData, setNotificationMsg, setParentClientId, setParentSlaId, setQaContact, setSeContact, setSlaId, setUpstreamApps, setUser, toJSONObject, toJSONObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SLAEventBean()
Method Detail |
---|
public String getJobStatusStr()
public void setJobStatusStr(String jobStatusStr)
public org.apache.oozie.client.SLAEvent.Status getJobStatus()
getJobStatus
in interface org.apache.oozie.client.SLAEvent
getJobStatus
in class JsonSLAEvent
public void setJobStatus(org.apache.oozie.client.SLAEvent.Status jobStatus)
setJobStatus
in class JsonSLAEvent
public String getAppTypeStr()
public void setAppTypeStr(String appTypeStr)
public org.apache.oozie.client.SLAEvent.SlaAppType getAppType()
getAppType
in interface org.apache.oozie.client.SLAEvent
getAppType
in class JsonSLAEvent
public void setAppType(org.apache.oozie.client.SLAEvent.SlaAppType appType)
setAppType
in class JsonSLAEvent
public Timestamp getExpectedStartTS()
public Date getExpectedStart()
getExpectedStart
in interface org.apache.oozie.client.SLAEvent
getExpectedStart
in class JsonSLAEvent
public void setExpectedStart(Date expectedStart)
setExpectedStart
in class JsonSLAEvent
public Timestamp getExpectedEndTS()
public Date getExpectedEnd()
getExpectedEnd
in interface org.apache.oozie.client.SLAEvent
getExpectedEnd
in class JsonSLAEvent
public void setExpectedEnd(Date expectedEnd)
setExpectedEnd
in class JsonSLAEvent
public Timestamp getStatusTimestampTS()
public Date getStatusTimestamp()
getStatusTimestamp
in interface org.apache.oozie.client.SLAEvent
getStatusTimestamp
in class JsonSLAEvent
public void setStatusTimestamp(Date statusTimestamp)
setStatusTimestamp
in class JsonSLAEvent
public String getEventType()
public void setEventType(String eventType)
public void readFields(DataInput arg0) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput arg0) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public String toString()
toString
in class Object
public org.jdom.Element toXml()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |