-
public final class DeRegisterVPARequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDeRegisterVPARequest.Companion
-
Field Summary
Fields Modifier and Type Field Description private final DeviceInfodeviceInfoprivate final StringreferenceId
-
Constructor Summary
Constructors Constructor Description DeRegisterVPARequest(DeviceInfo deviceInfo, String referenceId)
-
Method Summary
Modifier and Type Method Description final DeviceInfogetDeviceInfo()final StringgetReferenceId()final JSONObjectgetJSONObject()-
-
Constructor Detail
-
DeRegisterVPARequest
DeRegisterVPARequest(DeviceInfo deviceInfo, String referenceId)
-
-
Method Detail
-
getDeviceInfo
final DeviceInfo getDeviceInfo()
-
getReferenceId
final String getReferenceId()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-