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