-
public class SecretDetails.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringQUES_IDprivate final StringSECRET_ANSWERpublic final static SecretDetails.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final SecretDetailsgetSecretDetailsFromJSON(JSONObject json)final StringgetQUES_ID()final StringgetSECRET_ANSWER()-
-
Method Detail
-
getSecretDetailsFromJSON
final SecretDetails getSecretDetailsFromJSON(JSONObject json)
-
getQUES_ID
final String getQUES_ID()
-
getSECRET_ANSWER
final String getSECRET_ANSWER()
-
-
-
-