-
public class BaseResponseResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringSTATUSprivate final StringSTATUS_DESCprivate final StringERROR_CODEpublic final static BaseResponseResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final BaseResponseResultgetBaseResponseFromJSON(JSONObject jsonObject)final StringgetSTATUS()final StringgetSTATUS_DESC()final StringgetERROR_CODE()-
-
Method Detail
-
getBaseResponseFromJSON
final BaseResponseResult getBaseResponseFromJSON(JSONObject jsonObject)
-
getSTATUS_DESC
final String getSTATUS_DESC()
-
getERROR_CODE
final String getERROR_CODE()
-
-
-
-