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