script.api
Interface Incident


public interface Incident


Method Summary
 java.lang.String getCategory()
           
 int getCreatedBy()
           
 java.lang.String getCriticalityRating()
           
 java.util.Date getDateCreated()
           
 java.util.Date getDateModified()
           
 java.lang.String getDescription()
           
 java.util.List<Event> getEvents()
           
 long getIncidentId()
           
 int getIncidentStateId()
           
 int getModifiedBy()
           
 java.lang.String getName()
           
 int getPriority()
           
 java.lang.String getResolution()
           
 int getSeverity()
           
 java.lang.String getSeverityRating()
           
 

Method Detail

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()