/**
 * PathFoo generated on 0000-00-00
 * @see https://sdkgen.app
 */

public class PathFoo {
    private String foo;
    public void setFoo(String foo) {
        this.foo = foo;
    }
    public String getFoo() {
        return this.foo;
    }
}
