Package com.javahollic.jira.emh.api
Interface IJEMHReportEntry
-
public interface IJEMHReportEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExceptionMessage()StringgetExceptionStack()StringgetExceptionType()StringgetMessage()StringgetValidValues()StringgetValueSupplied()voidsetExceptionMessage(String exception)voidsetExceptionStack(String stack)voidsetExceptionType(String type)voidsetMessage(String message)voidsetValidValues(String validValues)voidsetValueSupplied(String valueSupplied)
-
-
-
Method Detail
-
getMessage
String getMessage()
-
setMessage
void setMessage(String message)
-
getExceptionMessage
String getExceptionMessage()
-
setExceptionMessage
void setExceptionMessage(String exception)
-
getExceptionType
String getExceptionType()
-
setExceptionType
void setExceptionType(String type)
-
getExceptionStack
String getExceptionStack()
-
setExceptionStack
void setExceptionStack(String stack)
-
getValueSupplied
String getValueSupplied()
-
setValueSupplied
void setValueSupplied(String valueSupplied)
-
getValidValues
String getValidValues()
-
setValidValues
void setValidValues(String validValues)
-
-