Class UriReport.Sample

    • Field Detail

      • date

        protected final Date date
      • duration

        protected final long duration
      • httpCode

        protected final String httpCode
      • isSuccessful

        protected final boolean isSuccessful
      • isSummarizer

        protected final boolean isSummarizer
    • Constructor Detail

      • Sample

        public Sample​(Date date,
                      long duration,
                      String httpCode,
                      boolean isSuccessful,
                      boolean isSummarizer)
    • Method Detail

      • getHttpCode

        public String getHttpCode()
      • getDate

        public Date getDate()
      • getDuration

        public long getDuration()
      • isSuccessful

        public boolean isSuccessful()
      • isFailed

        public boolean isFailed()
      • isSummarizer

        public boolean isSummarizer()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object