public class StatsCmdImpl extends AbstrAsyncDockerCmd<StatsCmd,Statistics> implements StatsCmd
StatsCmd.Execexecution| Constructor and Description |
|---|
StatsCmdImpl(StatsCmd.Exec exec,
java.lang.String containerId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContainerId() |
java.lang.Boolean |
hasNoStream() |
StatsCmd |
withContainerId(java.lang.String containerId) |
StatsCmd |
withNoStream(boolean noStream) |
close, execclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecpublic StatsCmdImpl(StatsCmd.Exec exec, java.lang.String containerId)
public StatsCmd withContainerId(java.lang.String containerId)
withContainerId in interface StatsCmdpublic java.lang.String getContainerId()
getContainerId in interface StatsCmdpublic java.lang.Boolean hasNoStream()
hasNoStream in interface StatsCmdpublic StatsCmd withNoStream(boolean noStream)
withNoStream in interface StatsCmdCopyright © 2020. All Rights Reserved.