script.api
Interface Incident
public interface Incident
getCategory
java.lang.String getCategory()
getCreatedBy
int getCreatedBy()
getCriticalityRating
java.lang.String getCriticalityRating()
getDateCreated
java.util.Date getDateCreated()
getDateModified
java.util.Date getDateModified()
getDescription
java.lang.String getDescription()
getEvents
java.util.List<Event> getEvents()
getIncidentId
long getIncidentId()
getIncidentStateId
int getIncidentStateId()
getModifiedBy
int getModifiedBy()
getName
java.lang.String getName()
getPriority
int getPriority()
getResolution
java.lang.String getResolution()
getSeverity
int getSeverity()
getSeverityRating
java.lang.String getSeverityRating()