i received cocos2dx callback customcode
customCodeService->RunJavaCode(servername, object, app42callback(customcode::onCustomCodeServiceRequestCompleted, this));
App42CustomCodeResponse *customCodeResponse = (App42CustomCodeResponse*)response;
i want to get string data from customCodeResponse such as "email", "username",
how can i get data from customCodeResponse ?