public class LocationValidationModel
extends java.lang.Object
Constructor and Description |
---|
LocationValidationModel() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<LocationQuestionModel> |
getRequiredSettings()
Getter for requiredSettings - Tells you whether this location object has been correctly set up to the local jurisdiction's standards
|
java.lang.Boolean |
getSettingsValidated()
Getter for settingsValidated - Tells you whether this location object has been correctly set up to the local jurisdiction's standards
|
void |
setRequiredSettings(java.util.ArrayList<LocationQuestionModel> requiredSettings)
Setter for requiredSettings - Tells you whether this location object has been correctly set up to the local jurisdiction's standards
|
void |
setSettingsValidated(java.lang.Boolean settingsValidated)
Setter for settingsValidated - Tells you whether this location object has been correctly set up to the local jurisdiction's standards
|
java.lang.String |
toString()
Returns a JSON string representation of LocationValidationModel.
|
public java.lang.Boolean getSettingsValidated()
public void setSettingsValidated(java.lang.Boolean settingsValidated)
public java.util.ArrayList<LocationQuestionModel> getRequiredSettings()
public void setRequiredSettings(java.util.ArrayList<LocationQuestionModel> requiredSettings)
public java.lang.String toString()
toString
in class java.lang.Object