![JAR search and dependency download from the Maven repository](/logo.png)
mesosphere.mesos.client.model.MesosExecutor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marathon-client Show documentation
Show all versions of marathon-client Show documentation
A Java API client for Mesosphere's Marathon.
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