public class LocationSettingModel
extends java.lang.Object
Constructor and Description |
---|
LocationSettingModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getQuestionId()
Getter for questionId
The unique ID number of the location question answered.
|
java.lang.String |
getQuestionName()
Getter for questionName
The name of the question
|
java.lang.String |
getValue()
Getter for value
The answer the user provided.
|
void |
setQuestionId(java.lang.Integer value)
Setter for questionId
The unique ID number of the location question answered.
|
void |
setQuestionName(java.lang.String value)
Setter for questionName
The name of the question
|
void |
setValue(java.lang.String value)
Setter for value
The answer the user provided.
|
java.lang.String |
toString()
Returns a JSON string representation of LocationSettingModel
|
public java.lang.Integer getQuestionId()
public void setQuestionId(java.lang.Integer value)
public java.lang.String getQuestionName()
public void setQuestionName(java.lang.String value)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object