-
public class DeRegisterVPAResponseResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringSTATUS_DESCprivate final StringDE_REGISTRATION_DATEpublic final static DeRegisterVPAResponseResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final DeRegisterVPAResponseResultgetDeRegisterVPAResponseResultFromJSON(JSONObject jsonObject)final StringgetSTATUS_DESC()final StringgetDE_REGISTRATION_DATE()-
-
Method Detail
-
getDeRegisterVPAResponseResultFromJSON
final DeRegisterVPAResponseResult getDeRegisterVPAResponseResultFromJSON(JSONObject jsonObject)
-
getSTATUS_DESC
final String getSTATUS_DESC()
-
getDE_REGISTRATION_DATE
final String getDE_REGISTRATION_DATE()
-
-
-
-