public class ContainerWaitResponseFluentImpl<T extends ContainerWaitResponseFluent<T>> extends BaseFluent<T> implements ContainerWaitResponseFluent<T>
_visitables| Constructor and Description |
|---|
ContainerWaitResponseFluentImpl() |
ContainerWaitResponseFluentImpl(ContainerWaitResponse 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() |
Integer |
getStatusCode() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withStatusCode(Integer StatusCode) |
public ContainerWaitResponseFluentImpl()
public ContainerWaitResponseFluentImpl(ContainerWaitResponse instance)
public Integer getStatusCode()
getStatusCode in interface ContainerWaitResponseFluent<T extends ContainerWaitResponseFluent<T>>public T withStatusCode(Integer StatusCode)
withStatusCode in interface ContainerWaitResponseFluent<T extends ContainerWaitResponseFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ContainerWaitResponseFluent<T extends ContainerWaitResponseFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ContainerWaitResponseFluent<T extends ContainerWaitResponseFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ContainerWaitResponseFluent<T extends ContainerWaitResponseFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ContainerWaitResponseFluent<T extends ContainerWaitResponseFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ContainerWaitResponseFluent<T extends ContainerWaitResponseFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ContainerWaitResponseFluent<T extends ContainerWaitResponseFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.