Package xyz.cofe.trambda.tcp
Class ExecuteResult
- java.lang.Object
-
- xyz.cofe.trambda.tcp.ExecuteResult
-
- All Implemented Interfaces:
Serializable,Message
public class ExecuteResult extends Object implements Message
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecuteResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetFinished()longgetFinishedNano()longgetStarted()longgetStartedNano()ObjectgetValue()voidsetFinished(long finished)voidsetFinishedNano(long finishedNano)voidsetStarted(long started)voidsetStartedNano(long startedNano)voidsetValue(Object value)
-
-
-
Method Detail
-
getStarted
public long getStarted()
-
setStarted
public void setStarted(long started)
-
getStartedNano
public long getStartedNano()
-
setStartedNano
public void setStartedNano(long startedNano)
-
getFinished
public long getFinished()
-
setFinished
public void setFinished(long finished)
-
getFinishedNano
public long getFinishedNano()
-
setFinishedNano
public void setFinishedNano(long finishedNano)
-
getValue
public Object getValue()
-
setValue
public void setValue(Object value)
-
-