public class DeploymentConfigStatusFluentImpl<T extends DeploymentConfigStatusFluent<T>> extends BaseFluent<T> implements DeploymentConfigStatusFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentConfigStatusFluentImpl.DetailsNestedImpl<N> |
DeploymentConfigStatusFluent.DetailsNested<N>_visitables| Constructor and Description |
|---|
DeploymentConfigStatusFluentImpl() |
DeploymentConfigStatusFluentImpl(DeploymentConfigStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
DeploymentConfigStatusFluent.DetailsNested<T> |
editDetails() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
DeploymentDetails |
getDetails() |
Integer |
getLatestVersion() |
Long |
getObservedGeneration() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withDetails(DeploymentDetails details) |
T |
withLatestVersion(Integer latestVersion) |
DeploymentConfigStatusFluent.DetailsNested<T> |
withNewDetails() |
DeploymentConfigStatusFluent.DetailsNested<T> |
withNewDetailsLike(DeploymentDetails item) |
T |
withObservedGeneration(Long observedGeneration) |
public DeploymentConfigStatusFluentImpl()
public DeploymentConfigStatusFluentImpl(DeploymentConfigStatus instance)
public DeploymentDetails getDetails()
getDetails in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>public T withDetails(DeploymentDetails details)
withDetails in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>public DeploymentConfigStatusFluent.DetailsNested<T> withNewDetails()
withNewDetails in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>public DeploymentConfigStatusFluent.DetailsNested<T> withNewDetailsLike(DeploymentDetails item)
withNewDetailsLike in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>public DeploymentConfigStatusFluent.DetailsNested<T> editDetails()
editDetails in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>public Integer getLatestVersion()
getLatestVersion in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>public T withLatestVersion(Integer latestVersion)
withLatestVersion in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>public Long getObservedGeneration()
getObservedGeneration in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>public T withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface DeploymentConfigStatusFluent<T extends DeploymentConfigStatusFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.