Package com.confirmit.mobilesdk.ui
Class SurveyFrameConfig
-
- All Implemented Interfaces:
public final class SurveyFrameConfig
-
-
Field Summary
Fields Modifier and Type Field Description private IntegerlanguageIdprivate Map<String, String>respondentValuesprivate Map<String, String>customDataprivate StringprogramKeyprivate LongscenarioIdprivate final StringserverIdprivate final StringsurveyId
-
Constructor Summary
Constructors Constructor Description SurveyFrameConfig(String serverId, String surveyId)
-
Method Summary
Modifier and Type Method Description final IntegergetLanguageId()final UnitsetLanguageId(Integer languageId)final Map<String, String>getRespondentValues()final UnitsetRespondentValues(Map<String, String> respondentValues)final Map<String, String>getCustomData()final UnitsetCustomData(Map<String, String> customData)final StringgetProgramKey()final UnitsetProgramKey(String programKey)final LonggetScenarioId()final UnitsetScenarioId(Long scenarioId)final StringgetServerId()final StringgetSurveyId()-
-
Method Detail
-
getLanguageId
final Integer getLanguageId()
-
setLanguageId
final Unit setLanguageId(Integer languageId)
-
getRespondentValues
final Map<String, String> getRespondentValues()
-
setRespondentValues
final Unit setRespondentValues(Map<String, String> respondentValues)
-
getCustomData
final Map<String, String> getCustomData()
-
setCustomData
final Unit setCustomData(Map<String, String> customData)
-
getProgramKey
final String getProgramKey()
-
setProgramKey
final Unit setProgramKey(String programKey)
-
getScenarioId
final Long getScenarioId()
-
setScenarioId
final Unit setScenarioId(Long scenarioId)
-
getServerId
final String getServerId()
-
getSurveyId
final String getSurveyId()
-
-
-
-