|
Preliminary documentation subject to change | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bugcollect.Report
public final class Report
This class stores the information about a report submitted to bugcollect.com.
| Constructor Summary | |
|---|---|
Report()
Creates a report. |
|
Report(java.lang.String notes,
java.lang.Throwable e)
Creates a report. |
|
| Method Summary | |
|---|---|
java.lang.String |
getApplication()
Gets the application name. |
java.lang.String |
getApplicationVersion()
Gets the application version. |
java.lang.String |
getException()
Gets the exception class name |
java.lang.String |
getHostName()
Gets the host name. |
java.util.Date |
getIncidentTime()
Gets the incident time. |
java.lang.String |
getMessage()
Gets the error message |
java.lang.String |
getModule()
Gets the module name. |
java.lang.String |
getModuleVersion()
Gets the module version. |
java.lang.String |
getNotes()
Gets the report notes. |
java.lang.String |
getOs()
Gets the OS name |
java.lang.String |
getOsVersion()
Gets the OS version. |
int |
getSeverity()
Gets the report severity. |
java.lang.String |
getStackTrace()
Gets the report stack trace. |
java.util.UUID |
getUUID()
Gets the report global unique identifier. |
void |
setApplication(java.lang.String value)
Sets the application name. |
void |
setApplicationVersion(java.lang.String value)
Sets the application version. |
void |
setException(java.lang.String value)
Sets the exception class name. |
void |
setHostName(java.lang.String value)
The host name from where the report is submitted. |
void |
setIncidentTime(java.util.Date value)
The time of the reported incident. |
void |
setMessage(java.lang.String value)
Sets the report error message. |
void |
setModule(java.lang.String value)
Sets the name of the module that is reporting the incident. |
void |
setModuleVersion(java.lang.String value)
Sets the version of the module that is reporting the incident. |
void |
setNotes(java.lang.String value)
Sets the report notes. |
void |
setOs(java.lang.String value)
The host operating system name. |
void |
setOsVersion(java.lang.String value)
The host operating system version. |
void |
setSeverity(int value)
Sets the report severity. |
void |
setStackTrace(java.lang.String value)
The call stack of the reported incident. |
void |
setUUID(java.util.UUID value)
Sets the report global unique identifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Report()
incidentTime,
os and osVersion
are initialized implicitly.
public Report(java.lang.String notes,
java.lang.Throwable e)
notes,
message, exception,
severity, stackTrace
incidentTime, os
osVersion and hostName.
| Method Detail |
|---|
public void setUUID(java.util.UUID value)
Report in
the construnctor. Report UUIDs can be used to retry submittion
if bugcollect.com cannot be contacted.
public java.util.UUID getUUID()
public void setMessage(java.lang.String value)
public java.lang.String getMessage()
public void setException(java.lang.String value)
public java.lang.String getException()
public void setSeverity(int value)
public int getSeverity()
public void setStackTrace(java.lang.String value)
public java.lang.String getStackTrace()
public void setNotes(java.lang.String value)
public java.lang.String getNotes()
public void setApplication(java.lang.String value)
public java.lang.String getApplication()
public void setApplicationVersion(java.lang.String value)
public java.lang.String getApplicationVersion()
public void setModule(java.lang.String value)
public java.lang.String getModule()
public void setModuleVersion(java.lang.String value)
public java.lang.String getModuleVersion()
public void setHostName(java.lang.String value)
public java.lang.String getHostName()
public void setOs(java.lang.String value)
public java.lang.String getOs()
public void setOsVersion(java.lang.String value)
public java.lang.String getOsVersion()
public void setIncidentTime(java.util.Date value)
public java.util.Date getIncidentTime()
|
Preliminary documentation subject to change | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||