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() |
String |
getTypeInstance() |
Object |
getValue() |
Boolean |
isNotPrimitive() |
boolean |
isSetToEmpty() |
void |
setDescription(String description) |
void |
setGeneralType(String generalType) |
void |
setName(String name) |
void |
setNewValue(String newValue) |
void |
setNotPrimitive(Boolean primitive) |
void |
setSetToEmpty(boolean setToEmpty) |
void |
setType(String type) |
void |
setTypeInstance(String typeInstance) |
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)
public boolean isSetToEmpty()
public void setSetToEmpty(boolean setToEmpty)
public String getTypeInstance()
public void setTypeInstance(String typeInstance)
public Boolean isNotPrimitive()
public void setNotPrimitive(Boolean primitive)
Copyright © 2016–2019. All rights reserved.