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
A list of settings that must be defined for this location
|
java.lang.Boolean |
getSettingsValidated()
Getter for settingsValidated
True if the location has a value for each jurisdiction-required setting.
|
void |
setRequiredSettings(java.util.ArrayList<LocationQuestionModel> value)
Setter for requiredSettings
A list of settings that must be defined for this location
|
void |
setSettingsValidated(java.lang.Boolean value)
Setter for settingsValidated
True if the location has a value for each jurisdiction-required setting.
|
java.lang.String |
toString()
Returns a JSON string representation of LocationValidationModel
|
public java.lang.Boolean getSettingsValidated()
public void setSettingsValidated(java.lang.Boolean value)
public java.util.ArrayList<LocationQuestionModel> getRequiredSettings()
public void setRequiredSettings(java.util.ArrayList<LocationQuestionModel> value)
public java.lang.String toString()
toString
in class java.lang.Object