File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
src/main/java/de/rwth/idsg/steve/web/api/dto Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1818 */
1919package de .rwth .idsg .steve .web .api .dto ;
2020
21- //import de.rwth.idsg.steve.ocpp.OcppTransport;
2221import io .swagger .v3 .oas .annotations .media .Schema ;
23- //import java.util.Collections;
24- //import java.util.List;
2522import lombok .Getter ;
26- // import lombok.RequiredArgsConstructor;
23+ import lombok .RequiredArgsConstructor ;
2724import lombok .Setter ;
2825
2926/**
3330
3431@ Getter
3532@ Setter
36- // @RequiredArgsConstructor
33+ @ RequiredArgsConstructor
3734public class ApiChargePointStart {
3835 @ Schema (description = "Charge Box ID" )
3936 private String chargeBoxId ;
4037 @ Schema (description = "Connector ID" )
4138 private Integer connectorId ;
4239 @ Schema (description = "OCPP Tag" )
4340 private String ocppTag ;
44-
45- public ApiChargePointStart (String chargeBoxId , Integer connectorId , String ocppTag ) {
46- this .chargeBoxId = chargeBoxId ;
47- this .connectorId = connectorId ;
48- this .ocppTag = ocppTag ;
49- }
50-
5141}
You can’t perform that action at this time.
0 commit comments