@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 SLAEvent
public void setEvent_id(long id)
public SLAEvent.SlaAppType getAppType()
getAppType
in interface SLAEvent
public void setAppType(SLAEvent.SlaAppType appType)
public String getAppName()
getAppName
in interface SLAEvent
public void setAppName(String appName)
public String getGroupName()
getGroupName
in interface SLAEvent
public void setGroupName(String groupName)
public String getParentClientId()
getParentClientId
in interface SLAEvent
public void setParentClientId(String parentClientId)
public String getParentSlaId()
getParentSlaId
in interface SLAEvent
public void setParentSlaId(String parentSlaId)
public Date getExpectedStart()
getExpectedStart
in interface SLAEvent
public void setExpectedStart(Date expectedStart)
public Date getExpectedEnd()
getExpectedEnd
in interface SLAEvent
public void setExpectedEnd(Date expectedEnd)
public Date getStatusTimestamp()
getStatusTimestamp
in interface SLAEvent
public void setStatusTimestamp(Date statusTimestamp)
public String getNotificationMsg()
getNotificationMsg
in interface SLAEvent
public void setNotificationMsg(String notificationMsg)
public String getAlertContact()
getAlertContact
in interface SLAEvent
public void setAlertContact(String alertContact)
public String getDevContact()
getDevContact
in interface SLAEvent
public void setDevContact(String devContact)
public String getQaContact()
getQaContact
in interface SLAEvent
public void setQaContact(String qaContact)
public String getSeContact()
getSeContact
in interface SLAEvent
public void setSeContact(String seContact)
public String getAlertFrequency()
getAlertFrequency
in interface SLAEvent
public void setAlertFrequency(String alertFrequency)
public String getAlertPercentage()
getAlertPercentage
in interface SLAEvent
public void setAlertPercentage(String alertPercentage)
public String getUpstreamApps()
getUpstreamApps
in interface SLAEvent
public void setUpstreamApps(String upstreamApps)
public SLAEvent.Status getJobStatus()
getJobStatus
in interface SLAEvent
public void setJobStatus(SLAEvent.Status jobStatus)
public String getJobData()
getJobData
in interface SLAEvent
public void setJobData(String jobData)
public org.json.simple.JSONObject toJSONObject()
JsonBean
toJSONObject
in interface JsonBean
public org.json.simple.JSONObject toJSONObject(String timeZoneId)
JsonBean
toJSONObject
in interface JsonBean
timeZoneId
- the time zone to useCopyright © 2018 Apache Software Foundation. All rights reserved.