All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.motown.ocpp.websocketjson.schema.generated.v15.Remotestoptransaction Maven / Gradle / Ivy


package io.motown.ocpp.websocketjson.schema.generated.v15;

import javax.annotation.Generated;
import com.google.gson.annotations.Expose;


/**
 * RemoteStopTransactionRequest
 * 

* * */ @Generated("org.jsonschema2pojo") public class Remotestoptransaction { @Expose private Integer transactionId; public Integer getTransactionId() { return transactionId; } public void setTransactionId(Integer transactionId) { this.transactionId = transactionId; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy