
com.uchicom.repty.dto.Path Maven / Gradle / Ivy
package com.uchicom.repty.dto;
public class Path {
private String path;
public Path(String path) {
this.path = path;
}
public String getPath() {
return path;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy