Search in sources :

Example 1 with SetKeysRequest

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

the class BundledReplaceKeySteps method theBundleRequestContainsASetClockConfigurationAction.

@Given("^the bundle request contains a replace keys action$")
public void theBundleRequestContainsASetClockConfigurationAction(final Map<String, String> settings) throws Throwable {
    final SetKeysRequest action = this.mapperFacade.map(SetKeysRequestDataFactory.fromParameterMap(settings), SetKeysRequest.class);
    this.addActionToBundleRequest(action);
}
Also used : SetKeysRequest(org.opensmartgridplatform.adapter.ws.schema.smartmetering.bundle.SetKeysRequest) Given(io.cucumber.java.en.Given)

Aggregations

Given (io.cucumber.java.en.Given)1 SetKeysRequest (org.opensmartgridplatform.adapter.ws.schema.smartmetering.bundle.SetKeysRequest)1