public abstract class BugBuilder
extends java.lang.Object
DeviceInfoOSInfoApplicationInfoBugLogBugBuilder, ThrowableBugBuilder| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Constructor and Description |
|---|
BugBuilder() |
BugBuilder(DeviceInfo device,
OSInfo os,
ApplicationInfo application,
Bug bug) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfo |
getAppInfo()
Gets the
ApplicationInfo associated with this bug. |
Bug |
getBugInfo()
Gets the
Bug associated with this bug. |
DeviceInfo |
getDeviceInfo()
Gets the
DeviceInfo associated with this bug. |
OSInfo |
getOSInfo()
Gets the
OSInfo associated with this bug. |
BugBuilder |
setAppInfo(ApplicationInfo application)
Sets the
ApplicationInfo associated with this bug. |
BugBuilder |
setBugInfo(Bug bug)
Sets the
Bug associated with this bug. |
BugBuilder |
setDeviceInfo(DeviceInfo device)
Sets the
DeviceInfo associated with this bug. |
BugBuilder |
setOSInfo(OSInfo os)
Sets the
OSInfo associated with this bug. |
public BugBuilder(DeviceInfo device, OSInfo os, ApplicationInfo application, Bug bug)
public BugBuilder()
public DeviceInfo getDeviceInfo()
DeviceInfo associated with this bug.public BugBuilder setDeviceInfo(DeviceInfo device)
DeviceInfo associated with this bug.public BugBuilder setBugInfo(Bug bug)
Bug associated with this bug.public BugBuilder setOSInfo(OSInfo os)
OSInfo associated with this bug.public ApplicationInfo getAppInfo()
ApplicationInfo associated with this bug.public BugBuilder setAppInfo(ApplicationInfo application)
ApplicationInfo associated with this bug.