Package net.anotheria.asg.service.remote
Class EchoRequest
- java.lang.Object
-
- net.anotheria.asg.service.remote.EchoRequest
-
- All Implemented Interfaces:
java.io.Serializable
public class EchoRequest extends java.lang.Object implements java.io.SerializableEchoRequest 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 intgetEchoDataSize()Getter for the fieldechoDataSize.longgetRequestTime()Getter for the fieldrequestTime.voidsetEchoDataSize(int echoDataSize)Setter for the fieldechoDataSize.voidsetRequestTime(long requestTime)Setter for the fieldrequestTime.
-
-
-
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.
-
-