public class LocationSettingModel
extends java.lang.Object
Constructor and Description |
---|
LocationSettingModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getQuestionId()
Getter for questionId - Represents the answer to one local jurisdiction question for a location.
|
java.lang.String |
getValue()
Getter for value - Represents the answer to one local jurisdiction question for a location.
|
void |
setQuestionId(java.lang.Integer questionId)
Setter for questionId - Represents the answer to one local jurisdiction question for a location.
|
void |
setValue(java.lang.String value)
Setter for value - Represents the answer to one local jurisdiction question for a location.
|
java.lang.String |
toString()
Returns a JSON string representation of LocationSettingModel.
|
public java.lang.Integer getQuestionId()
public void setQuestionId(java.lang.Integer questionId)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object