public class RemoveNetworkCmdImpl extends AbstrDockerCmd<RemoveNetworkCmd,Void> implements RemoveNetworkCmd
RemoveNetworkCmd.Execexecution| 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecpublic RemoveNetworkCmdImpl(DockerCmdSyncExec<RemoveNetworkCmd,Void> execution, String networkId)
public String getNetworkId()
getNetworkId in interface RemoveNetworkCmdpublic RemoveNetworkCmd withNetworkId(String networkId)
withNetworkId in interface RemoveNetworkCmdCopyright © 2017. All Rights Reserved.