-
public final class DeRegisterVPAResponseResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDeRegisterVPAResponseResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringstatusDescprivate final StringderegistrationDate
-
Constructor Summary
Constructors Constructor Description DeRegisterVPAResponseResult(String statusDesc, String deregistrationDate)
-
Method Summary
Modifier and Type Method Description final StringgetStatusDesc()final StringgetDeregistrationDate()final JSONObjectgetJSONObject()-
-
Method Detail
-
getStatusDesc
final String getStatusDesc()
-
getDeregistrationDate
final String getDeregistrationDate()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-