Class BugInstance.XmlProps

  • Enclosing class:
    BugInstance

    public static class BugInstance.XmlProps
    extends java.lang.Object
    These are properties read from an analysis XML file. These properties should not take precedence over information from the Cloud - rather, this should be used when the cloud is unavailable, or when communicating with it is not desired for performance or complexity reasons.
    • Constructor Detail

      • XmlProps

        public XmlProps()
    • Method Detail

      • getFirstSeen

        @CheckForNull
        public java.util.Date getFirstSeen()
      • getReviewCount

        public int getReviewCount()
      • getConsensus

        @CheckForNull
        public java.lang.String getConsensus()
      • isInCloud

        public boolean isInCloud()
      • setFirstSeen

        public void setFirstSeen​(java.util.Date firstSeen)
      • setReviewCount

        public void setReviewCount​(int reviewCount)
      • setConsensus

        public void setConsensus​(java.lang.String consensus)
      • setIsInCloud

        public void setIsInCloud​(boolean inCloud)