Class EchoRequest

  • All Implemented Interfaces:
    java.io.Serializable

    public class EchoRequest
    extends java.lang.Object
    implements java.io.Serializable

    EchoRequest class.

    Version:
    $Id: $Id
    Author:
    another
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EchoRequest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEchoDataSize()
      Getter for the field echoDataSize.
      long getRequestTime()
      Getter for the field requestTime.
      void setEchoDataSize​(int echoDataSize)
      Setter for the field echoDataSize.
      void setRequestTime​(long requestTime)
      Setter for the field requestTime.
      • Methods inherited from class java.lang.Object

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

      • EchoRequest

        public EchoRequest()
    • Method Detail

      • getRequestTime

        public long getRequestTime()

        Getter for the field requestTime.

        Returns:
        a long.
      • setRequestTime

        public void setRequestTime​(long requestTime)

        Setter for the field requestTime.

        Parameters:
        requestTime - a long.
      • getEchoDataSize

        public int getEchoDataSize()

        Getter for the field echoDataSize.

        Returns:
        a int.
      • setEchoDataSize

        public void setEchoDataSize​(int echoDataSize)

        Setter for the field echoDataSize.

        Parameters:
        echoDataSize - a int.