-
public final class AddAccountResponseResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAddAccountResponseResult.Companion
-
Constructor Summary
Constructors Constructor Description AddAccountResponseResult(String response)
-
Method Summary
Modifier and Type Method Description final StringgetResponse()final JSONObjectgetJSONObject()-
-
Constructor Detail
-
AddAccountResponseResult
AddAccountResponseResult(String response)
-
-
Method Detail
-
getResponse
final String getResponse()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-