public class JmxResponseTO extends Object implements Serializable
| Constructor and Description |
|---|
JmxResponseTO() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMethod(JmxMethodTO method) |
List<JmxMethodTO> |
getMethods() |
Object |
getReturnValue() |
Boolean |
getSuccess() |
void |
setMethods(List<JmxMethodTO> methods) |
void |
setReturnValue(Object returnValue) |
void |
setSuccess(Boolean success) |
String |
toString() |
public List<JmxMethodTO> getMethods()
public void setMethods(List<JmxMethodTO> methods)
public void addMethod(JmxMethodTO method)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public Object getReturnValue()
public void setReturnValue(Object returnValue)
Copyright © 2016–2019. All rights reserved.