public class DeploymentStrategyFluentImpl<T extends DeploymentStrategyFluent<T>> extends BaseFluent<T> implements DeploymentStrategyFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentStrategyFluentImpl.RollingUpdateNestedImpl<N> |
DeploymentStrategyFluent.RollingUpdateNested<N>_visitables| Constructor and Description |
|---|
DeploymentStrategyFluentImpl() |
DeploymentStrategyFluentImpl(DeploymentStrategy instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
DeploymentStrategyFluent.RollingUpdateNested<T> |
editRollingUpdate() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
RollingUpdateDeployment |
getRollingUpdate() |
String |
getType() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
DeploymentStrategyFluent.RollingUpdateNested<T> |
withNewRollingUpdate() |
DeploymentStrategyFluent.RollingUpdateNested<T> |
withNewRollingUpdateLike(RollingUpdateDeployment item) |
T |
withRollingUpdate(RollingUpdateDeployment rollingUpdate) |
T |
withType(String type) |
public DeploymentStrategyFluentImpl()
public DeploymentStrategyFluentImpl(DeploymentStrategy instance)
public RollingUpdateDeployment getRollingUpdate()
getRollingUpdate in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T withRollingUpdate(RollingUpdateDeployment rollingUpdate)
withRollingUpdate in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.RollingUpdateNested<T> withNewRollingUpdate()
withNewRollingUpdate in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.RollingUpdateNested<T> withNewRollingUpdateLike(RollingUpdateDeployment item)
withNewRollingUpdateLike in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.RollingUpdateNested<T> editRollingUpdate()
editRollingUpdate in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public String getType()
getType in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T withType(String type)
withType in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.