public class LogContainerCmdImpl extends AbstrAsyncDockerCmd<LogContainerCmd,Frame> implements LogContainerCmd
LogContainerCmd.Execexecution| Constructor and Description |
|---|
LogContainerCmdImpl(LogContainerCmd.Exec exec,
java.lang.String containerId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContainerId() |
java.lang.Integer |
getSince() |
java.lang.Integer |
getTail() |
java.lang.Boolean |
hasFollowStreamEnabled() |
java.lang.Boolean |
hasStderrEnabled() |
java.lang.Boolean |
hasStdoutEnabled() |
java.lang.Boolean |
hasTimestampsEnabled() |
java.lang.String |
toString() |
LogContainerCmd |
withContainerId(java.lang.String containerId) |
LogContainerCmd |
withFollowStream(java.lang.Boolean followStream) |
LogContainerCmd |
withSince(java.lang.Integer since) |
LogContainerCmd |
withStdErr(java.lang.Boolean stderr) |
LogContainerCmd |
withStdOut(java.lang.Boolean stdout) |
LogContainerCmd |
withTail(java.lang.Integer tail) |
LogContainerCmd |
withTailAll() |
LogContainerCmd |
withTimestamps(java.lang.Boolean timestamps) |
close, execclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecstartpublic LogContainerCmdImpl(LogContainerCmd.Exec exec, java.lang.String containerId)
public java.lang.String getContainerId()
getContainerId in interface LogContainerCmdpublic java.lang.Integer getTail()
getTail in interface LogContainerCmdpublic java.lang.Boolean hasFollowStreamEnabled()
hasFollowStreamEnabled in interface LogContainerCmdpublic java.lang.Boolean hasTimestampsEnabled()
hasTimestampsEnabled in interface LogContainerCmdpublic java.lang.Boolean hasStdoutEnabled()
hasStdoutEnabled in interface LogContainerCmdpublic java.lang.Boolean hasStderrEnabled()
hasStderrEnabled in interface LogContainerCmdpublic java.lang.Integer getSince()
getSince in interface LogContainerCmdpublic LogContainerCmd withContainerId(java.lang.String containerId)
withContainerId in interface LogContainerCmdpublic LogContainerCmd withFollowStream(java.lang.Boolean followStream)
withFollowStream in interface LogContainerCmdpublic LogContainerCmd withTimestamps(java.lang.Boolean timestamps)
withTimestamps in interface LogContainerCmdpublic LogContainerCmd withStdOut(java.lang.Boolean stdout)
withStdOut in interface LogContainerCmdpublic LogContainerCmd withStdErr(java.lang.Boolean stderr)
withStdErr in interface LogContainerCmdpublic LogContainerCmd withTailAll()
withTailAll in interface LogContainerCmdpublic LogContainerCmd withTail(java.lang.Integer tail)
withTail in interface LogContainerCmdpublic LogContainerCmd withSince(java.lang.Integer since)
withSince in interface LogContainerCmdpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.