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

ai.databand.schema.InitRun Maven / Gradle / Ivy

There is a newer version: 1.0.26.1
Show newest version
package ai.databand.schema;

public class InitRun {

    private final InitRunArgs initArgs;

    public InitRun(InitRunArgs initRunArgs) {
        this.initArgs = initRunArgs;
    }

    public InitRunArgs getInitArgs() {
        return initArgs;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy