Package Entity

Class Timing

java.lang.Object
Entity.Timing
All Implemented Interfaces:
Serializable

public class Timing extends Object implements Serializable
See Also:
  • Constructor Details

    • Timing

      public Timing()
  • Method Details

    • getBlocked

      public Double getBlocked()
    • getDns

      public Integer getDns()
    • getSsl

      public Integer getSsl()
    • getConnect

      public Integer getConnect()
    • getSend

      public Double getSend()
    • getWait

      public Double getWait()
    • getReceive

      public Double getReceive()