public class ContainerStatusFluentImpl<T extends ContainerStatusFluent<T>> extends BaseFluent<T> implements ContainerStatusFluent<T>
| 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) |
public ContainerStatusFluentImpl()
public ContainerStatusFluentImpl(ContainerStatus instance)
public String getContainerID()
getContainerID in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public T withContainerID(String containerID)
withContainerID in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public String getImage()
getImage in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public T withImage(String image)
withImage in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public String getImageID()
getImageID in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public T withImageID(String imageID)
withImageID in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public ContainerState getLastState()
getLastState in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public T withLastState(ContainerState lastState)
withLastState in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public ContainerStatusFluent.LastStateNested<T> withNewLastState()
withNewLastState in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public ContainerStatusFluent.LastStateNested<T> withNewLastStateLike(ContainerState item)
withNewLastStateLike in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public ContainerStatusFluent.LastStateNested<T> editLastState()
editLastState in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public String getName()
getName in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public T withName(String name)
withName in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public Boolean isReady()
isReady in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public T withReady(Boolean ready)
withReady in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public Integer getRestartCount()
getRestartCount in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public T withRestartCount(Integer restartCount)
withRestartCount in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public ContainerState getState()
getState in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public T withState(ContainerState state)
withState in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public ContainerStatusFluent.StateNested<T> withNewState()
withNewState in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public ContainerStatusFluent.StateNested<T> withNewStateLike(ContainerState item)
withNewStateLike in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public ContainerStatusFluent.StateNested<T> editState()
editState in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ContainerStatusFluent<T extends ContainerStatusFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.