biz.neustar.pagerduty.model
Class Event

java.lang.Object
  extended by biz.neustar.pagerduty.model.Event

public class Event
extends Object


Constructor Summary
Event(String serviceKey, String eventType, String description, String incidentKey, Object details)
           
 
Method Summary
 String getDescription()
           
 Object getDetails()
           
 String getEventType()
           
 String getIncidentKey()
           
 String getServiceKey()
           
 void setDescription(String description)
           
 void setDetails(Object details)
           
 void setEventType(String eventType)
           
 void setIncidentKey(String incidentKey)
           
 void setServiceKey(String serviceKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event(String serviceKey,
             String eventType,
             String description,
             String incidentKey,
             Object details)
Method Detail

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.