public class MonitoringData
extends java.lang.Object
Constructor and Description |
---|
MonitoringData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getType()
Gets the type.
|
java.lang.Object |
getValue()
Gets the value.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setType(java.lang.String type)
Sets the type.
|
void |
setValue(java.lang.Object value)
Sets the value.
|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- the value to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to set