Search in sources :

Example 1 with GetGsmDiagnosticRequestData

use of org.opensmartgridplatform.adapter.ws.schema.smartmetering.management.GetGsmDiagnosticRequestData in project open-smart-grid-platform by OSGP.

the class GetGsmDiagnosticRequestFactory method fromParameterMap.

public static GetGsmDiagnosticRequest fromParameterMap(final Map<String, String> settings) {
    final GetGsmDiagnosticRequest request = new GetGsmDiagnosticRequest();
    final GetGsmDiagnosticRequestData requestData = new GetGsmDiagnosticRequestData();
    request.setDeviceIdentification(settings.get(PlatformKeys.KEY_DEVICE_IDENTIFICATION));
    request.setGetGsmDiagnosticRequestData(requestData);
    return request;
}
Also used : GetGsmDiagnosticRequestData(org.opensmartgridplatform.adapter.ws.schema.smartmetering.management.GetGsmDiagnosticRequestData) GetGsmDiagnosticRequest(org.opensmartgridplatform.adapter.ws.schema.smartmetering.management.GetGsmDiagnosticRequest)

Aggregations

GetGsmDiagnosticRequest (org.opensmartgridplatform.adapter.ws.schema.smartmetering.management.GetGsmDiagnosticRequest)1 GetGsmDiagnosticRequestData (org.opensmartgridplatform.adapter.ws.schema.smartmetering.management.GetGsmDiagnosticRequestData)1