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

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

Go to download

Open Charge Point Protocol (OCPP). Provides a JSON web socket endpoint based on OCPP 1.5.

The newest version!

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

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


/**
 * StartTransactionResponse
 * 

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy