public class NetResponse extends TransferableObject
NetRequest
,
Serialized FormModifier and Type | Method and Description |
---|---|
AgentWatchDogTask |
getAgentTask() |
NetCommand |
getCommand() |
java.lang.Exception |
getError() |
long |
getRequestId() |
java.lang.Object |
getResult() |
boolean |
hasError() |
boolean |
needsConfirmation() |
void |
setAgentTask(AgentWatchDogTask agentTask) |
NetResponse |
setError(java.lang.Exception e) |
NetResponse |
setResult(java.lang.Object data)
Sets the result argument.
|
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public void setAgentTask(AgentWatchDogTask agentTask)
public AgentWatchDogTask getAgentTask()
public NetResponse setResult(java.lang.Object data)
public boolean needsConfirmation()
public NetCommand getCommand()
public java.lang.Object getResult()
public long getRequestId()
public boolean hasError()
public java.lang.Exception getError()
public NetResponse setError(java.lang.Exception e)
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.