public class InspectServiceCmdImpl extends AbstrDockerCmd<InspectServiceCmd,Service> implements InspectServiceCmd
InspectServiceCmd.Execexecution| Constructor and Description |
|---|
InspectServiceCmdImpl(InspectServiceCmd.Exec exec,
String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
Service |
exec() |
String |
getServiceId() |
InspectServiceCmd |
withServiceId(String serviceId) |
close, registryAuth, toStringpublic InspectServiceCmdImpl(InspectServiceCmd.Exec exec, String serviceId)
public String getServiceId()
getServiceId in interface InspectServiceCmdpublic InspectServiceCmd withServiceId(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 © 2025. All rights reserved.