public class ContainerStateFluentImpl<T extends ContainerStateFluent<T>> extends BaseFluent<T> implements ContainerStateFluent<T>
_visitables| Constructor and Description |
|---|
ContainerStateFluentImpl() |
ContainerStateFluentImpl(ContainerState instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getError() |
Integer |
getExitCode() |
String |
getFinishedAt() |
Integer |
getPid() |
String |
getStartedAt() |
String |
getStatus() |
Boolean |
isDead() |
Boolean |
isOOMKilled() |
Boolean |
isPaused() |
Boolean |
isRestarting() |
Boolean |
isRunning() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withDead(Boolean Dead) |
T |
withError(String Error) |
T |
withExitCode(Integer ExitCode) |
T |
withFinishedAt(String FinishedAt) |
T |
withOOMKilled(Boolean OOMKilled) |
T |
withPaused(Boolean Paused) |
T |
withPid(Integer Pid) |
T |
withRestarting(Boolean Restarting) |
T |
withRunning(Boolean Running) |
T |
withStartedAt(String StartedAt) |
T |
withStatus(String Status) |
public ContainerStateFluentImpl()
public ContainerStateFluentImpl(ContainerState instance)
public Boolean isDead()
isDead in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T withDead(Boolean Dead)
withDead in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public String getError()
getError in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T withError(String Error)
withError in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public Integer getExitCode()
getExitCode in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T withExitCode(Integer ExitCode)
withExitCode in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public String getFinishedAt()
getFinishedAt in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T withFinishedAt(String FinishedAt)
withFinishedAt in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public Boolean isOOMKilled()
isOOMKilled in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T withOOMKilled(Boolean OOMKilled)
withOOMKilled in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public Boolean isPaused()
isPaused in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T withPaused(Boolean Paused)
withPaused in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public Integer getPid()
getPid in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T withPid(Integer Pid)
withPid in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public Boolean isRestarting()
isRestarting in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T withRestarting(Boolean Restarting)
withRestarting in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public Boolean isRunning()
isRunning in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T withRunning(Boolean Running)
withRunning in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public String getStartedAt()
getStartedAt in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T withStartedAt(String StartedAt)
withStartedAt in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public String getStatus()
getStatus in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T withStatus(String Status)
withStatus in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ContainerStateFluent<T extends ContainerStateFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ContainerStateFluent<T extends ContainerStateFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.