biz.neustar.pagerduty.model
Class EventResponse

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

public class EventResponse
extends Object


Constructor Summary
EventResponse()
           
 
Method Summary
 List<String> getErrors()
           
 String getIncidentKey()
           
 String getMessage()
           
 String getStatus()
           
 List<String> getWarnings()
           
 void setErrors(List<String> errors)
           
 void setIncidentKey(String incidentKey)
           
 void setMessage(String message)
           
 void setStatus(String status)
           
 void setWarnings(List<String> warnings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventResponse

public EventResponse()
Method Detail

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getIncidentKey

public String getIncidentKey()

setIncidentKey

public void setIncidentKey(String incidentKey)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getWarnings

public List<String> getWarnings()

setWarnings

public void setWarnings(List<String> warnings)

getErrors

public List<String> getErrors()

setErrors

public void setErrors(List<String> errors)


Copyright © 2011. All Rights Reserved.