public class ParameterModel
extends java.lang.Object
Constructor and Description |
---|
ParameterModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategory()
Getter for category - The service category of this property.
|
ParameterBagDataType |
getDataType()
Getter for dataType - The data type of the property.
|
java.lang.String |
getDescription()
Getter for description - A full description of this property.
|
java.lang.Long |
getId()
Getter for id - The unique ID number of this property.
|
java.lang.String |
getName()
Getter for name - The name of the property.
|
void |
setCategory(java.lang.String category)
Setter for category - The service category of this property.
|
void |
setDataType(ParameterBagDataType dataType)
Setter for dataType - The data type of the property.
|
void |
setDescription(java.lang.String description)
Setter for description - A full description of this property.
|
void |
setId(java.lang.Long id)
Setter for id - The unique ID number of this property.
|
void |
setName(java.lang.String name)
Setter for name - The name of the property.
|
java.lang.String |
toString()
Returns a JSON string representation of ParameterModel.
|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public java.lang.String getCategory()
public void setCategory(java.lang.String category)
public ParameterBagDataType getDataType()
public void setDataType(ParameterBagDataType dataType)
public java.lang.String toString()
toString
in class java.lang.Object