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

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


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

import java.util.Date;
import javax.annotation.Generated;
import com.google.gson.annotations.Expose;


/**
 * HeartbeatResponse
 * 

* * */ @Generated("org.jsonschema2pojo") public class HeartbeatResponse { @Expose private Date currentTime; public Date getCurrentTime() { return currentTime; } public void setCurrentTime(Date currentTime) { this.currentTime = currentTime; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy