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, VISIT
Constructor and Description |
---|
ContainerStatusFluentImpl() |
ContainerStatusFluentImpl(ContainerStatus instance) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
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 Boolean hasContainerID()
hasContainerID
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
@Deprecated public A withNewContainerID(String arg0)
withNewContainerID
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 Boolean hasImage()
hasImage
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
@Deprecated public A withNewImage(String arg0)
withNewImage
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 Boolean hasImageID()
hasImageID
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
@Deprecated public A withNewImageID(String arg0)
withNewImageID
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
@Deprecated public ContainerState getLastState()
getLastState
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public ContainerState buildLastState()
buildLastState
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public A withLastState(ContainerState lastState)
withLastState
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public Boolean hasLastState()
hasLastState
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 ContainerStatusFluent.LastStateNested<A> editOrNewLastState()
editOrNewLastState
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public ContainerStatusFluent.LastStateNested<A> editOrNewLastStateLike(ContainerState item)
editOrNewLastStateLike
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 hasName()
hasName
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
@Deprecated public A withNewName(String arg0)
withNewName
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public Boolean getReady()
getReady
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public A withReady(Boolean ready)
withReady
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public Boolean hasReady()
hasReady
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 Boolean hasRestartCount()
hasRestartCount
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public Boolean getStarted()
getStarted
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public A withStarted(Boolean started)
withStarted
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public Boolean hasStarted()
hasStarted
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
@Deprecated public ContainerState getState()
getState
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public ContainerState buildState()
buildState
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public A withState(ContainerState state)
withState
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public Boolean hasState()
hasState
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>>
public ContainerStatusFluent.StateNested<A> editOrNewState()
editOrNewState
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public ContainerStatusFluent.StateNested<A> editOrNewStateLike(ContainerState item)
editOrNewStateLike
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
public Boolean hasAdditionalProperties()
hasAdditionalProperties
in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.