-
public final class SecretDetails
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSecretDetails.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringquesIdprivate final StringsecretAnswer
-
Constructor Summary
Constructors Constructor Description SecretDetails(String quesId, String secretAnswer)
-
Method Summary
Modifier and Type Method Description final StringgetQuesId()final StringgetSecretAnswer()final JSONObjectgetJSONObject()-
-
Method Detail
-
getSecretAnswer
final String getSecretAnswer()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-