public class RemoveServiceCmdImpl extends AbstrDockerCmd<RemoveServiceCmd,java.lang.Void> implements RemoveServiceCmd
RemoveServiceCmd.Execexecution| Constructor and Description |
|---|
RemoveServiceCmdImpl(RemoveServiceCmd.Exec exec,
java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Void |
exec() |
java.lang.String |
getServiceId() |
RemoveServiceCmd |
withServiceId(java.lang.String serviceId) |
close, registryAuth, toStringpublic RemoveServiceCmdImpl(RemoveServiceCmd.Exec exec, java.lang.String serviceId)
public java.lang.String getServiceId()
getServiceId in interface RemoveServiceCmdpublic RemoveServiceCmd withServiceId(java.lang.String serviceId)
withServiceId in interface RemoveServiceCmdpublic java.lang.Void exec()
throws NotFoundException
exec in interface RemoveServiceCmdexec in interface SyncDockerCmd<java.lang.Void>exec in class AbstrDockerCmd<RemoveServiceCmd,java.lang.Void>NotFoundException - No such serviceCopyright © 2020. All Rights Reserved.