-
- All Implemented Interfaces:
-
com.glia.androidsdk.engagement.Survey.Answer
public class SurveyAnswer<T> implements Survey.Answer
-
-
Field Summary
Fields Modifier and Type Field Description private final StringquestionIdprivate final Tresponse
-
Method Summary
Modifier and Type Method Description StringgetQuestionId()TgetResponse()-
-
Method Detail
-
getQuestionId
@NonNull() String getQuestionId()
-
getResponse
@NonNull() T getResponse()
-
-
-
-