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

mesosphere.mesos.client.model.MesosExecutor Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
package mesosphere.mesos.client.model;

public class MesosExecutor {
    private String id;
    private String source;
    private String container;

    public String getId() {
        return id;
    }

    public String getSource() {
        return source;
    }

    public String getContainer() {
        return container;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy