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

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


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

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


/**
 * UpdateFirmwareRequest
 * 

* * */ @Generated("org.jsonschema2pojo") public class Updatefirmware { @Expose private Date retrieveDate; @Expose private URI location; @Expose private Integer retries; @Expose private Integer retryInterval; public Date getRetrieveDate() { return retrieveDate; } public void setRetrieveDate(Date retrieveDate) { this.retrieveDate = retrieveDate; } public URI getLocation() { return location; } public void setLocation(URI location) { this.location = location; } public Integer getRetries() { return retries; } public void setRetries(Integer retries) { this.retries = retries; } public Integer getRetryInterval() { return retryInterval; } public void setRetryInterval(Integer retryInterval) { this.retryInterval = retryInterval; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy