public class LogSwarmObjectImpl extends AbstrAsyncDockerCmd<LogSwarmObjectCmd,Frame> implements LogSwarmObjectCmd
LogSwarmObjectCmd.Execexecution| Constructor and Description |
|---|
LogSwarmObjectImpl(DockerCmdAsyncExec<LogSwarmObjectCmd,Frame> execution,
String id) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDetails() |
Boolean |
getFollow() |
Boolean |
getFollowStream() |
String |
getId() |
Integer |
getSince() |
Boolean |
getStderr() |
Boolean |
getStdout() |
Integer |
getTail() |
Boolean |
getTailAll() |
Boolean |
getTimestamps() |
LogSwarmObjectCmd |
withDetails(Boolean details) |
LogSwarmObjectImpl |
withFollow(Boolean follow) |
LogSwarmObjectImpl |
withFollowStream(Boolean followStream) |
LogSwarmObjectImpl |
withId(String id) |
LogSwarmObjectImpl |
withSince(Integer since) |
LogSwarmObjectImpl |
withStderr(Boolean stderr) |
LogSwarmObjectImpl |
withStdout(Boolean stdout) |
LogSwarmObjectImpl |
withTail(Integer tail) |
LogSwarmObjectImpl |
withTailAll(Boolean tailAll) |
LogSwarmObjectImpl |
withTimestamps(Boolean timestamps) |
close, execclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecstartpublic LogSwarmObjectImpl(DockerCmdAsyncExec<LogSwarmObjectCmd,Frame> execution, String id)
public LogSwarmObjectImpl withId(@Nonnull String id)
withId in interface LogSwarmObjectCmdpublic String getId()
getId in interface LogSwarmObjectCmdpublic Boolean getFollowStream()
public LogSwarmObjectImpl withFollowStream(Boolean followStream)
public Boolean getTimestamps()
getTimestamps in interface LogSwarmObjectCmdpublic LogSwarmObjectImpl withTimestamps(Boolean timestamps)
withTimestamps in interface LogSwarmObjectCmdpublic Boolean getStdout()
getStdout in interface LogSwarmObjectCmdpublic LogSwarmObjectImpl withStdout(Boolean stdout)
withStdout in interface LogSwarmObjectCmdpublic Boolean getStderr()
getStderr in interface LogSwarmObjectCmdpublic LogSwarmObjectImpl withStderr(Boolean stderr)
withStderr in interface LogSwarmObjectCmdpublic Boolean getTailAll()
public LogSwarmObjectImpl withTailAll(Boolean tailAll)
public Integer getTail()
getTail in interface LogSwarmObjectCmdpublic LogSwarmObjectImpl withTail(Integer tail)
withTail in interface LogSwarmObjectCmdpublic Integer getSince()
getSince in interface LogSwarmObjectCmdpublic LogSwarmObjectImpl withSince(Integer since)
withSince in interface LogSwarmObjectCmdpublic Boolean getFollow()
getFollow in interface LogSwarmObjectCmdpublic LogSwarmObjectImpl withFollow(Boolean follow)
withFollow in interface LogSwarmObjectCmdpublic LogSwarmObjectCmd withDetails(Boolean details)
withDetails in interface LogSwarmObjectCmdpublic Boolean getDetails()
getDetails in interface LogSwarmObjectCmdCopyright © 2025. All rights reserved.