|
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.Result
public class Result
This class stores the bugcollect.com response result of a report submission.
| Method Summary | |
|---|---|
int |
getBucketId()
Gets the ID assigned to the bucket into which the report was categorized. |
int |
getReportId()
Gets the ID assigned to the report by bugcollect.com. |
java.util.UUID |
getReportUuid()
Gets the report global unique identifier. |
java.io.Reader |
getResponse()
Gets the response stream. |
int |
getSourceId()
Gets the ID assigned to the source which submitted the report. |
EResultStatus |
getStatus()
Gets the response status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public EResultStatus getStatus()
public int getReportId()
public int getBucketId()
public int getSourceId()
public java.util.UUID getReportUuid()
Report.setUUIDpublic java.io.Reader getResponse()
|
Preliminary documentation subject to change | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||