public class RemoveNetworkCmdImpl extends AbstrDockerCmd<RemoveNetworkCmd,Void> implements RemoveNetworkCmd
RemoveNetworkCmd.Exec
execution
Constructor and Description |
---|
RemoveNetworkCmdImpl(DockerCmdSyncExec<RemoveNetworkCmd,Void> execution,
String networkId) |
Modifier and Type | Method and Description |
---|---|
String |
getNetworkId() |
RemoveNetworkCmd |
withNetworkId(String networkId) |
close, exec, registryAuth, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
exec
public RemoveNetworkCmdImpl(DockerCmdSyncExec<RemoveNetworkCmd,Void> execution, String networkId)
public String getNetworkId()
getNetworkId
in interface RemoveNetworkCmd
public RemoveNetworkCmd withNetworkId(String networkId)
withNetworkId
in interface RemoveNetworkCmd
Copyright © 2016. All Rights Reserved.