-
public final class SurveyResponseItemCreated by Moiz Hassan on 04 April, 2023
-
-
Constructor Summary
Constructors Constructor Description SurveyResponseItem(String id, String question, String response, String type)
-
Method Summary
Modifier and Type Method Description final StringgetId()final UnitsetId(@SerializedName(value = id) String id)final StringgetQuestion()final UnitsetQuestion(@SerializedName(value = question) String question)final StringgetResponse()final UnitsetResponse(@SerializedName(value = response) String response)final StringgetType()final UnitsetType(@SerializedName(value = type) String type)-
-
Method Detail
-
getQuestion
final String getQuestion()
-
setQuestion
final Unit setQuestion(@SerializedName(value = question) String question)
-
getResponse
final String getResponse()
-
setResponse
final Unit setResponse(@SerializedName(value = response) String response)
-
-
-
-