@Deprecated @Entity public class SLAEventBean extends JsonSLAEvent implements org.apache.hadoop.io.Writable
SLAEvent.SlaAppType, SLAEvent.Status| Constructor and Description |
|---|
SLAEventBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SLAEvent.SlaAppType |
getAppType()
Deprecated.
|
String |
getAppTypeStr()
Deprecated.
|
String |
getEventType()
Deprecated.
|
Date |
getExpectedEnd()
Deprecated.
|
Timestamp |
getExpectedEndTS()
Deprecated.
|
Date |
getExpectedStart()
Deprecated.
|
Timestamp |
getExpectedStartTS()
Deprecated.
|
SLAEvent.Status |
getJobStatus()
Deprecated.
|
String |
getJobStatusStr()
Deprecated.
|
Date |
getStatusTimestamp()
Deprecated.
|
Timestamp |
getStatusTimestampTS()
Deprecated.
|
void |
readFields(DataInput arg0)
Deprecated.
|
void |
setAppType(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(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.
|
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, toJSONObjectpublic SLAEventBean()
public String getJobStatusStr()
public void setJobStatusStr(String jobStatusStr)
public SLAEvent.Status getJobStatus()
getJobStatus in interface SLAEventgetJobStatus in class JsonSLAEventpublic void setJobStatus(SLAEvent.Status jobStatus)
setJobStatus in class JsonSLAEventpublic String getAppTypeStr()
public void setAppTypeStr(String appTypeStr)
public SLAEvent.SlaAppType getAppType()
getAppType in interface SLAEventgetAppType in class JsonSLAEventpublic void setAppType(SLAEvent.SlaAppType appType)
setAppType in class JsonSLAEventpublic Timestamp getExpectedStartTS()
public Date getExpectedStart()
getExpectedStart in interface SLAEventgetExpectedStart in class JsonSLAEventpublic void setExpectedStart(Date expectedStart)
setExpectedStart in class JsonSLAEventpublic Timestamp getExpectedEndTS()
public Date getExpectedEnd()
getExpectedEnd in interface SLAEventgetExpectedEnd in class JsonSLAEventpublic void setExpectedEnd(Date expectedEnd)
setExpectedEnd in class JsonSLAEventpublic Timestamp getStatusTimestampTS()
public Date getStatusTimestamp()
getStatusTimestamp in interface SLAEventgetStatusTimestamp in class JsonSLAEventpublic void setStatusTimestamp(Date statusTimestamp)
setStatusTimestamp in class JsonSLAEventpublic String getEventType()
public void setEventType(String eventType)
public void readFields(DataInput arg0) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput arg0) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic org.jdom.Element toXml()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.