public class ExecStartCheckFluentImpl<T extends ExecStartCheckFluent<T>> extends BaseFluent<T> implements ExecStartCheckFluent<T>
_visitables| Constructor and Description |
|---|
ExecStartCheckFluentImpl() |
ExecStartCheckFluentImpl(ExecStartCheck 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() |
Boolean |
isDetach() |
Boolean |
isTty() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withDetach(Boolean Detach) |
T |
withTty(Boolean Tty) |
public ExecStartCheckFluentImpl()
public ExecStartCheckFluentImpl(ExecStartCheck instance)
public Boolean isDetach()
isDetach in interface ExecStartCheckFluent<T extends ExecStartCheckFluent<T>>public T withDetach(Boolean Detach)
withDetach in interface ExecStartCheckFluent<T extends ExecStartCheckFluent<T>>public Boolean isTty()
isTty in interface ExecStartCheckFluent<T extends ExecStartCheckFluent<T>>public T withTty(Boolean Tty)
withTty in interface ExecStartCheckFluent<T extends ExecStartCheckFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ExecStartCheckFluent<T extends ExecStartCheckFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ExecStartCheckFluent<T extends ExecStartCheckFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ExecStartCheckFluent<T extends ExecStartCheckFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ExecStartCheckFluent<T extends ExecStartCheckFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ExecStartCheckFluent<T extends ExecStartCheckFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ExecStartCheckFluent<T extends ExecStartCheckFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.