biz.neustar.pagerduty.model
Class Event
java.lang.Object
biz.neustar.pagerduty.model.Event
public class Event
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event
public Event(String serviceKey,
String eventType,
String description,
String incidentKey,
Object details)
getServiceKey
public String getServiceKey()
setServiceKey
public void setServiceKey(String serviceKey)
getEventType
public String getEventType()
setEventType
public void setEventType(String eventType)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getIncidentKey
public String getIncidentKey()
setIncidentKey
public void setIncidentKey(String incidentKey)
getDetails
public Object getDetails()
setDetails
public void setDetails(Object details)
Copyright © 2011. All Rights Reserved.