public class JmxMethodTO extends Object implements Serializable
| Constructor and Description |
|---|
JmxMethodTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getGeneralType() |
String |
getName() |
String |
getNewValue() |
String |
getType() |
Object |
getValue() |
void |
setDescription(String description) |
void |
setGeneralType(String generalType) |
void |
setName(String name) |
void |
setNewValue(String newValue) |
void |
setType(String type) |
void |
setValue(Object value) |
String |
toString() |
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public Object getValue()
public void setValue(Object value)
public String getNewValue()
public void setNewValue(String newValue)
public String getDescription()
public void setDescription(String description)
public String getGeneralType()
public void setGeneralType(String generalType)
Copyright © 2016–2018. All rights reserved.