public class ContainerStateFluentImpl<A extends ContainerStateFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements ContainerStateFluent<A>
| Constructor and Description |
|---|
ContainerStateFluentImpl() |
ContainerStateFluentImpl(ContainerState instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getError() |
Integer |
getExitCode() |
String |
getFinishedAt() |
Integer |
getPid() |
String |
getStartedAt() |
String |
getStatus() |
Boolean |
hasDead() |
Boolean |
hasError() |
Boolean |
hasExitCode() |
Boolean |
hasFinishedAt() |
Boolean |
hasOOMKilled() |
Boolean |
hasPaused() |
Boolean |
hasPid() |
Boolean |
hasRestarting() |
Boolean |
hasRunning() |
Boolean |
hasStartedAt() |
Boolean |
hasStatus() |
Boolean |
isDead() |
Boolean |
isOOMKilled() |
Boolean |
isPaused() |
Boolean |
isRestarting() |
Boolean |
isRunning() |
A |
withDead(Boolean Dead) |
A |
withError(String Error) |
A |
withExitCode(Integer ExitCode) |
A |
withFinishedAt(String FinishedAt) |
A |
withOOMKilled(Boolean OOMKilled) |
A |
withPaused(Boolean Paused) |
A |
withPid(Integer Pid) |
A |
withRestarting(Boolean Restarting) |
A |
withRunning(Boolean Running) |
A |
withStartedAt(String StartedAt) |
A |
withStatus(String Status) |
public ContainerStateFluentImpl()
public ContainerStateFluentImpl(ContainerState instance)
public Boolean isDead()
isDead in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public A withDead(Boolean Dead)
withDead in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean hasDead()
hasDead in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public String getError()
getError in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public A withError(String Error)
withError in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean hasError()
hasError in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Integer getExitCode()
getExitCode in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public A withExitCode(Integer ExitCode)
withExitCode in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean hasExitCode()
hasExitCode in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public String getFinishedAt()
getFinishedAt in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public A withFinishedAt(String FinishedAt)
withFinishedAt in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean hasFinishedAt()
hasFinishedAt in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean isOOMKilled()
isOOMKilled in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public A withOOMKilled(Boolean OOMKilled)
withOOMKilled in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean hasOOMKilled()
hasOOMKilled in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean isPaused()
isPaused in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public A withPaused(Boolean Paused)
withPaused in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean hasPaused()
hasPaused in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Integer getPid()
getPid in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public A withPid(Integer Pid)
withPid in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean hasPid()
hasPid in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean isRestarting()
isRestarting in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public A withRestarting(Boolean Restarting)
withRestarting in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean hasRestarting()
hasRestarting in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean isRunning()
isRunning in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public A withRunning(Boolean Running)
withRunning in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean hasRunning()
hasRunning in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public String getStartedAt()
getStartedAt in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public A withStartedAt(String StartedAt)
withStartedAt in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean hasStartedAt()
hasStartedAt in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public String getStatus()
getStatus in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public A withStatus(String Status)
withStatus in interface ContainerStateFluent<A extends ContainerStateFluent<A>>public Boolean hasStatus()
hasStatus in interface ContainerStateFluent<A extends ContainerStateFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.