
annotations.io.fabric8.docker.api.model.EditableContainerJSONBase Maven / Gradle / Ivy
package io.fabric8.docker.api.model;
import java.util.ArrayList;
import java.util.RandomAccess;
import java.util.List;
import java.util.List;
import java.util.AbstractCollection;
import java.util.AbstractList;
import java.io.Serializable;
import java.util.Collection;
import io.fabric8.docker.api.builder.Editable;
public class EditableContainerJSONBase extends ContainerJSONBase implements Editable{
public EditableContainerJSONBase(){
super();
}
public EditableContainerJSONBase( String AppArmorProfile , List Args , String Created , String Driver , String ExecDriver , List ExecIDs , GraphDriverData GraphDriver , HostConfig HostConfig , String HostnamePath , String HostsPath , String Id , String Image , String LogPath , String MountLabel , String Name , String Path , String ProcessLabel , String ResolvConfPath , Integer RestartCount , Long SizeRootFs , Long SizeRw , ContainerState State ){
super(AppArmorProfile, Args, Created, Driver, ExecDriver, ExecIDs, GraphDriver, HostConfig, HostnamePath, HostsPath, Id, Image, LogPath, MountLabel, Name, Path, ProcessLabel, ResolvConfPath, RestartCount, SizeRootFs, SizeRw, State);
}
public ContainerJSONBaseBuilder edit(){
return new ContainerJSONBaseBuilder(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy