public class ContainerStatusFluentImpl<A extends ContainerStatusFluent<A>> extends BaseFluent<A> implements ContainerStatusFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerStatusFluentImpl.LastStateNestedImpl<N> |
class |
ContainerStatusFluentImpl.StateNestedImpl<N> |
ContainerStatusFluent.LastStateNested<N>, ContainerStatusFluent.StateNested<N>_visitables| Constructor and Description |
|---|
ContainerStatusFluentImpl() |
ContainerStatusFluentImpl(ContainerStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
ContainerStatusFluent.LastStateNested<A> |
editLastState() |
ContainerStatusFluent.StateNested<A> |
editState() |
boolean |
equals(Object o) |
String |
getContainerID() |
String |
getImage() |
String |
getImageID() |
ContainerState |
getLastState() |
String |
getName() |
Integer |
getRestartCount() |
ContainerState |
getState() |
Boolean |
isReady() |
A |
withContainerID(String containerID) |
A |
withImage(String image) |
A |
withImageID(String imageID) |
A |
withLastState(ContainerState lastState) |
A |
withName(String name) |
ContainerStatusFluent.LastStateNested<A> |
withNewLastState() |
ContainerStatusFluent.LastStateNested<A> |
withNewLastStateLike(ContainerState item) |
ContainerStatusFluent.StateNested<A> |
withNewState() |
ContainerStatusFluent.StateNested<A> |
withNewStateLike(ContainerState item) |
A |
withReady(Boolean ready) |
A |
withRestartCount(Integer restartCount) |
A |
withState(ContainerState state) |
public ContainerStatusFluentImpl()
public ContainerStatusFluentImpl(ContainerStatus instance)
public String getContainerID()
getContainerID in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public A withContainerID(String containerID)
withContainerID in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public String getImage()
getImage in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public A withImage(String image)
withImage in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public String getImageID()
getImageID in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public A withImageID(String imageID)
withImageID in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public ContainerState getLastState()
getLastState in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public A withLastState(ContainerState lastState)
withLastState in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public ContainerStatusFluent.LastStateNested<A> withNewLastState()
withNewLastState in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public ContainerStatusFluent.LastStateNested<A> withNewLastStateLike(ContainerState item)
withNewLastStateLike in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public ContainerStatusFluent.LastStateNested<A> editLastState()
editLastState in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public String getName()
getName in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public A withName(String name)
withName in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public Boolean isReady()
isReady in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public A withReady(Boolean ready)
withReady in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public Integer getRestartCount()
getRestartCount in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public A withRestartCount(Integer restartCount)
withRestartCount in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public ContainerState getState()
getState in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public A withState(ContainerState state)
withState in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public ContainerStatusFluent.StateNested<A> withNewState()
withNewState in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public ContainerStatusFluent.StateNested<A> withNewStateLike(ContainerState item)
withNewStateLike in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public ContainerStatusFluent.StateNested<A> editState()
editState in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.