public class BugCollectionType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
analysisTimestamp |
protected java.util.List<BugInstanceType> |
bugInstance |
protected java.lang.String |
classFeatures |
protected ErrorsType |
errors |
protected java.util.List<FileType> |
file |
protected FindBugsSummaryType |
findBugsSummary |
protected java.lang.String |
history |
protected ProjectType |
project |
protected java.lang.String |
release |
protected java.lang.String |
sequence |
protected java.lang.String |
timestamp |
protected java.lang.String |
version |
| Constructor and Description |
|---|
BugCollectionType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnalysisTimestamp()
Gets the value of the analysisTimestamp property.
|
java.util.List<BugInstanceType> |
getBugInstance()
Gets the value of the bugInstance property.
|
java.lang.String |
getClassFeatures()
Gets the value of the classFeatures property.
|
ErrorsType |
getErrors()
Gets the value of the errors property.
|
java.util.List<FileType> |
getFile() |
FindBugsSummaryType |
getFindBugsSummary()
Gets the value of the findBugsSummary property.
|
java.lang.String |
getHistory()
Gets the value of the history property.
|
ProjectType |
getProject()
Gets the value of the project property.
|
java.lang.String |
getRelease()
Gets the value of the release property.
|
java.lang.String |
getSequence()
Gets the value of the sequence property.
|
java.lang.String |
getTimestamp()
Gets the value of the timestamp property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setAnalysisTimestamp(java.lang.String value)
Sets the value of the analysisTimestamp property.
|
void |
setClassFeatures(java.lang.String value)
Sets the value of the classFeatures property.
|
void |
setErrors(ErrorsType value)
Sets the value of the errors property.
|
void |
setFindBugsSummary(FindBugsSummaryType value)
Sets the value of the findBugsSummary property.
|
void |
setHistory(java.lang.String value)
Sets the value of the history property.
|
void |
setProject(ProjectType value)
Sets the value of the project property.
|
void |
setRelease(java.lang.String value)
Sets the value of the release property.
|
void |
setSequence(java.lang.String value)
Sets the value of the sequence property.
|
void |
setTimestamp(java.lang.String value)
Sets the value of the timestamp property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected ProjectType project
protected java.util.List<BugInstanceType> bugInstance
protected ErrorsType errors
protected FindBugsSummaryType findBugsSummary
protected java.lang.String classFeatures
protected java.lang.String history
protected java.lang.String version
protected java.lang.String sequence
protected java.lang.String timestamp
protected java.lang.String analysisTimestamp
protected java.lang.String release
protected java.util.List<FileType> file
public ProjectType getProject()
ProjectTypepublic void setProject(ProjectType value)
value - allowed object is
ProjectTypepublic java.util.List<BugInstanceType> getBugInstance()
BugInstanceType
public java.util.List<FileType> getFile()
public ErrorsType getErrors()
ErrorsTypepublic void setErrors(ErrorsType value)
value - allowed object is
ErrorsTypepublic FindBugsSummaryType getFindBugsSummary()
FindBugsSummaryTypepublic void setFindBugsSummary(FindBugsSummaryType value)
value - allowed object is
FindBugsSummaryTypepublic java.lang.String getClassFeatures()
Stringpublic void setClassFeatures(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHistory()
Stringpublic void setHistory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSequence()
Stringpublic void setSequence(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimestamp()
Stringpublic void setTimestamp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAnalysisTimestamp()
Stringpublic void setAnalysisTimestamp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRelease()
Stringpublic void setRelease(java.lang.String value)
value - allowed object is
String