-
public class GetProfileResponseResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringNOTIFICATION_COUNTprivate final StringDEFAULT_VPA_STATUSprivate final StringSTATUS_DESCprivate final StringUSER_INFOprivate final StringVPA_ACCOUNT_DETAILSpublic final static GetProfileResponseResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final GetProfileResponseResultgetProfileResponseResultFromJSON(JSONObject jsonObject)final StringgetNOTIFICATION_COUNT()final StringgetDEFAULT_VPA_STATUS()final StringgetSTATUS_DESC()final StringgetUSER_INFO()final StringgetVPA_ACCOUNT_DETAILS()-
-
Method Detail
-
getProfileResponseResultFromJSON
final GetProfileResponseResult getProfileResponseResultFromJSON(JSONObject jsonObject)
-
getNOTIFICATION_COUNT
final String getNOTIFICATION_COUNT()
-
getDEFAULT_VPA_STATUS
final String getDEFAULT_VPA_STATUS()
-
getSTATUS_DESC
final String getSTATUS_DESC()
-
getUSER_INFO
final String getUSER_INFO()
-
getVPA_ACCOUNT_DETAILS
final String getVPA_ACCOUNT_DETAILS()
-
-
-
-