Class BufferedReportTarget.RecordedCall

  • Enclosing class:
    BufferedReportTarget

    public static class BufferedReportTarget.RecordedCall
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordedCall​(int method, java.lang.Object parameters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMethod()  
      java.lang.Object getParameters()  
      • Methods inherited from class java.lang.Object

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

      • RecordedCall

        public RecordedCall​(int method,
                            java.lang.Object parameters)
    • Method Detail

      • getMethod

        public int getMethod()
      • getParameters

        public java.lang.Object getParameters()