com.mangofactory.swagger.models.alternates.Entry Maven / Gradle / Ivy
package com.mangofactory.swagger.models.alternates;
public class Entry {
private V key;
public V getKey() {
return key;
}
public void setKey(V key) {
this.key = key;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy