io.motown.ocpp.websocketjson.schema.generated.v15.Getconfiguration Maven / Gradle / Ivy
package io.motown.ocpp.websocketjson.schema.generated.v15;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Generated;
import com.google.gson.annotations.Expose;
/**
* GetConfigurationRequest
*
*
*
*/
@Generated("org.jsonschema2pojo")
public class Getconfiguration {
@Expose
private List key = new ArrayList();
public List getKey() {
return key;
}
public void setKey(List key) {
this.key = key;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy