public class NexusParameterDetailModel
extends java.lang.Object
Constructor and Description |
---|
NexusParameterDetailModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getId()
Getter for id
The id of the parameter.
|
java.lang.String |
getName()
Getter for name
The parameter's name.
|
java.lang.Integer |
getNexusId()
Getter for nexusId
The nexus id
|
java.lang.String |
getUnit()
Getter for unit
The unit of measurement code for the parameter.
|
java.lang.String |
getValue()
Getter for value
The value for the parameter.
|
void |
setId(java.lang.Long value)
Setter for id
The id of the parameter.
|
void |
setName(java.lang.String value)
Setter for name
The parameter's name.
|
void |
setNexusId(java.lang.Integer value)
Setter for nexusId
The nexus id
|
void |
setUnit(java.lang.String value)
Setter for unit
The unit of measurement code for the parameter.
|
void |
setValue(java.lang.String value)
Setter for value
The value for the parameter.
|
java.lang.String |
toString()
Returns a JSON string representation of NexusParameterDetailModel
|
public java.lang.Long getId()
public void setId(java.lang.Long value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String getUnit()
public void setUnit(java.lang.String value)
public java.lang.Integer getNexusId()
public void setNexusId(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object