Class Snapshot


  • public class Snapshot
    extends Object
    • Constructor Detail

      • Snapshot

        public Snapshot()
    • Method Detail

      • getVersion

        public int getVersion()
      • getSha

        public String getSha()
      • getRef

        public String getRef()
      • getJob

        public Job getJob()
      • getDetector

        public Detector getDetector()
      • getScanned

        public String getScanned()
      • setVersion

        public void setVersion​(int version)
      • setSha

        public void setSha​(String sha)
      • setRef

        public void setRef​(String ref)
      • setJob

        public void setJob​(Job job)
      • setDetector

        public void setDetector​(Detector detector)
      • setScanned

        public void setScanned​(String scanned)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object