Class RESTResponseLog


  • public class RESTResponseLog
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RESTResponseLog​(int code, int eventsCount, int requestCount, long time, java.lang.String body, java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • code

        public final int code
      • eventsCount

        public final int eventsCount
      • requestCount

        public final int requestCount
      • body

        public final java.lang.String body
      • headers

        public final java.lang.String headers
      • time

        public final long time
    • Constructor Detail

      • RESTResponseLog

        public RESTResponseLog​(int code,
                               int eventsCount,
                               int requestCount,
                               long time,
                               java.lang.String body,
                               java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers)