public class PowerDeliveryDeviceAdaptor extends BaseAdaptor<PowerDeliveryDevice,Object>
Constructor and Description |
---|
PowerDeliveryDeviceAdaptor() |
Modifier and Type | Method and Description |
---|---|
PowerDeliveryDevice |
buildDto(Object source) |
PowerDeliveryDevice |
buildDto(Object source,
ApiVersion version) |
org.json.JSONArray |
buildJsonArrayDto(Patch source) |
org.json.JSONObject |
buildJsonObjectFromDto(ImportPdd source,
ApiVersion version) |
org.json.JSONObject |
buildJsonObjectFromDto(OutletState source,
ApiVersion version) |
org.json.JSONObject |
buildJsonObjectFromDto(PowerDeliveryDevice source,
ApiVersion version) |
PowerDeliveryDevice |
buildPowerDeliveryDeviceDto(String source,
ApiVersion version) |
UtilizationData |
buildUtilizationDataDto(Object source,
ApiVersion version) |
public PowerDeliveryDevice buildDto(Object source)
buildDto
in class BaseAdaptor<PowerDeliveryDevice,Object>
public PowerDeliveryDevice buildDto(Object source, ApiVersion version)
public UtilizationData buildUtilizationDataDto(Object source, ApiVersion version)
public PowerDeliveryDevice buildPowerDeliveryDeviceDto(String source, ApiVersion version)
public org.json.JSONObject buildJsonObjectFromDto(PowerDeliveryDevice source, ApiVersion version)
public org.json.JSONObject buildJsonObjectFromDto(OutletState source, ApiVersion version)
public org.json.JSONObject buildJsonObjectFromDto(ImportPdd source, ApiVersion version)
public org.json.JSONArray buildJsonArrayDto(Patch source)
Copyright © 2016. All rights reserved.