com.github.dockerjava.api.model.ServiceGlobalModeOptions Maven / Gradle / Ivy
package com.github.dockerjava.api.model;
import lombok.EqualsAndHashCode;
import lombok.ToString;
import java.io.Serializable;
/**
* @since {@link RemoteApiVersion#VERSION_1_24}
*/
@EqualsAndHashCode
@ToString
@SuppressWarnings("checkstyle:hideutilityclassconstructor")
public class ServiceGlobalModeOptions extends DockerObject implements Serializable {
public static final long serialVersionUID = 1L;
// Intentionally left blank, there are no options for this mode
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy