public class AgentCommandResponse extends Object
| Constructor and Description |
|---|
AgentCommandResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Object |
getMethodReturnValue() |
String |
getResponseClassName() |
ResponseType |
getResponseType() |
String |
getTargetClassName() |
String |
getTargetMethodName() |
String |
getTargetMethodSignature() |
long |
getTimestamp() |
void |
setMessage(String message) |
void |
setMethodReturnValue(Object methodReturnValue) |
void |
setResponseClassName(String responseClassName) |
void |
setResponseType(ResponseType responseType) |
void |
setTargetClassName(String targetClassName) |
void |
setTargetMethodName(String targetMethodName) |
void |
setTargetMethodSignature(String targetMethodSignature) |
void |
setTimestamp(long time) |
String |
toString() |
public long getTimestamp()
public String getTargetMethodName()
public void setTargetMethodName(String targetMethodName)
public String getTargetClassName()
public void setTargetClassName(String targetClassName)
public String getTargetMethodSignature()
public void setTargetMethodSignature(String targetMethodSignature)
public String getMessage()
public void setMessage(String message)
public ResponseType getResponseType()
public void setResponseType(ResponseType responseType)
public String getResponseClassName()
public void setResponseClassName(String responseClassName)
public Object getMethodReturnValue()
public void setMethodReturnValue(Object methodReturnValue)
public void setTimestamp(long time)
Copyright © 2023. All rights reserved.