io.motown.ocpp.websocketjson.schema.generated.v15.StoptransactionResponse Maven / Gradle / Ivy
package io.motown.ocpp.websocketjson.schema.generated.v15;
import javax.annotation.Generated;
import com.google.gson.annotations.Expose;
/**
* StopTransactionResponse
*
*
*
*/
@Generated("org.jsonschema2pojo")
public class StoptransactionResponse {
/**
*
*/
@Expose
private IdTagInfo___ idTagInfo;
/**
*
*/
public IdTagInfo___ getIdTagInfo() {
return idTagInfo;
}
/**
*
*/
public void setIdTagInfo(IdTagInfo___ idTagInfo) {
this.idTagInfo = idTagInfo;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy