Class ResponseCountSnapshot


  • public class ResponseCountSnapshot
    extends java.lang.Object
    Represents a snapshot of response counts, grouped by response code groups
    • Constructor Detail

      • ResponseCountSnapshot

        public ResponseCountSnapshot()
      • ResponseCountSnapshot

        public ResponseCountSnapshot​(java.util.Date date,
                                     int period,
                                     int resp100,
                                     int resp200,
                                     int resp300,
                                     int resp400,
                                     int resp500)