@Deprecated @Entity public class JsonSLAEvent extends Object implements SLAEvent, JsonBean
SLAEvent.SlaAppType, SLAEvent.Status| Constructor and Description |
|---|
JsonSLAEvent()
Deprecated.
|
JsonSLAEvent(org.json.simple.JSONObject json)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlertContact()
Deprecated.
|
String |
getAlertFrequency()
Deprecated.
|
String |
getAlertPercentage()
Deprecated.
|
String |
getAppName()
Deprecated.
|
SLAEvent.SlaAppType |
getAppType()
Deprecated.
|
String |
getDevContact()
Deprecated.
|
long |
getEvent_id()
Deprecated.
|
Date |
getExpectedEnd()
Deprecated.
|
Date |
getExpectedStart()
Deprecated.
|
String |
getGroupName()
Deprecated.
|
String |
getJobData()
Deprecated.
|
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(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(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.
|
public JsonSLAEvent()
public JsonSLAEvent(org.json.simple.JSONObject json)
public long getEvent_id()
getEvent_id in interface SLAEventpublic void setEvent_id(long id)
public SLAEvent.SlaAppType getAppType()
getAppType in interface SLAEventpublic void setAppType(SLAEvent.SlaAppType appType)
public String getAppName()
getAppName in interface SLAEventpublic void setAppName(String appName)
public String getGroupName()
getGroupName in interface SLAEventpublic void setGroupName(String groupName)
public String getParentClientId()
getParentClientId in interface SLAEventpublic void setParentClientId(String parentClientId)
public String getParentSlaId()
getParentSlaId in interface SLAEventpublic void setParentSlaId(String parentSlaId)
public Date getExpectedStart()
getExpectedStart in interface SLAEventpublic void setExpectedStart(Date expectedStart)
public Date getExpectedEnd()
getExpectedEnd in interface SLAEventpublic void setExpectedEnd(Date expectedEnd)
public Date getStatusTimestamp()
getStatusTimestamp in interface SLAEventpublic void setStatusTimestamp(Date statusTimestamp)
public String getNotificationMsg()
getNotificationMsg in interface SLAEventpublic void setNotificationMsg(String notificationMsg)
public String getAlertContact()
getAlertContact in interface SLAEventpublic void setAlertContact(String alertContact)
public String getDevContact()
getDevContact in interface SLAEventpublic void setDevContact(String devContact)
public String getQaContact()
getQaContact in interface SLAEventpublic void setQaContact(String qaContact)
public String getSeContact()
getSeContact in interface SLAEventpublic void setSeContact(String seContact)
public String getAlertFrequency()
getAlertFrequency in interface SLAEventpublic void setAlertFrequency(String alertFrequency)
public String getAlertPercentage()
getAlertPercentage in interface SLAEventpublic void setAlertPercentage(String alertPercentage)
public String getUpstreamApps()
getUpstreamApps in interface SLAEventpublic void setUpstreamApps(String upstreamApps)
public SLAEvent.Status getJobStatus()
getJobStatus in interface SLAEventpublic void setJobStatus(SLAEvent.Status jobStatus)
public String getJobData()
getJobData in interface SLAEventpublic void setJobData(String jobData)
public org.json.simple.JSONObject toJSONObject()
JsonBeantoJSONObject in interface JsonBeanpublic org.json.simple.JSONObject toJSONObject(String timeZoneId)
JsonBeantoJSONObject in interface JsonBeantimeZoneId - the time zone to useCopyright © 2015 Apache Software Foundation. All Rights Reserved.