Class BugCollectionType


  • public class BugCollectionType
    extends java.lang.Object
    • Field Detail

      • classFeatures

        protected java.lang.String classFeatures
      • history

        protected java.lang.String history
      • version

        protected java.lang.String version
      • sequence

        protected java.lang.String sequence
      • timestamp

        protected java.lang.String timestamp
      • analysisTimestamp

        protected java.lang.String analysisTimestamp
      • release

        protected java.lang.String release
      • file

        protected java.util.List<FileType> file
    • Constructor Detail

      • BugCollectionType

        public BugCollectionType()
    • Method Detail

      • getProject

        public ProjectType getProject()
        Gets the value of the project property.
        Returns:
        possible object is ProjectType
      • setProject

        public void setProject​(ProjectType value)
        Sets the value of the project property.
        Parameters:
        value - allowed object is ProjectType
      • getBugInstance

        public java.util.List<BugInstanceType> getBugInstance()
        Gets the value of the bugInstance property. BugInstanceType
      • getFile

        public java.util.List<FileType> getFile()
      • getErrors

        public ErrorsType getErrors()
        Gets the value of the errors property.
        Returns:
        possible object is ErrorsType
      • setErrors

        public void setErrors​(ErrorsType value)
        Sets the value of the errors property.
        Parameters:
        value - allowed object is ErrorsType
      • setFindBugsSummary

        public void setFindBugsSummary​(FindBugsSummaryType value)
        Sets the value of the findBugsSummary property.
        Parameters:
        value - allowed object is FindBugsSummaryType
      • getClassFeatures

        public java.lang.String getClassFeatures()
        Gets the value of the classFeatures property.
        Returns:
        possible object is String
      • setClassFeatures

        public void setClassFeatures​(java.lang.String value)
        Sets the value of the classFeatures property.
        Parameters:
        value - allowed object is String
      • getHistory

        public java.lang.String getHistory()
        Gets the value of the history property.
        Returns:
        possible object is String
      • setHistory

        public void setHistory​(java.lang.String value)
        Sets the value of the history property.
        Parameters:
        value - allowed object is String
      • getVersion

        public java.lang.String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(java.lang.String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String
      • getSequence

        public java.lang.String getSequence()
        Gets the value of the sequence property.
        Returns:
        possible object is String
      • setSequence

        public void setSequence​(java.lang.String value)
        Sets the value of the sequence property.
        Parameters:
        value - allowed object is String
      • getTimestamp

        public java.lang.String getTimestamp()
        Gets the value of the timestamp property.
        Returns:
        possible object is String
      • setTimestamp

        public void setTimestamp​(java.lang.String value)
        Sets the value of the timestamp property.
        Parameters:
        value - allowed object is String
      • getAnalysisTimestamp

        public java.lang.String getAnalysisTimestamp()
        Gets the value of the analysisTimestamp property.
        Returns:
        possible object is String
      • setAnalysisTimestamp

        public void setAnalysisTimestamp​(java.lang.String value)
        Sets the value of the analysisTimestamp property.
        Parameters:
        value - allowed object is String
      • getRelease

        public java.lang.String getRelease()
        Gets the value of the release property.
        Returns:
        possible object is String
      • setRelease

        public void setRelease​(java.lang.String value)
        Sets the value of the release property.
        Parameters:
        value - allowed object is String