Class ResponseVideoSelfieQuestion
-
- All Implemented Interfaces:
public class ResponseVideoSelfieQuestion
-
-
Constructor Summary
Constructors Constructor Description ResponseVideoSelfieQuestion(String id, String question, String answer)
-
Method Summary
Modifier and Type Method Description String
getId()
String
getQuestion()
String
getAnswer()
static ResponseVideoSelfieQuestion
parse(JSONObject json)
-
-
Method Detail
-
getQuestion
String getQuestion()
-
parse
static ResponseVideoSelfieQuestion parse(JSONObject json)
-
-
-
-