public class RecreateDeploymentStrategyParamsFluentImpl<T extends RecreateDeploymentStrategyParamsFluent<T>> extends BaseFluent<T> implements RecreateDeploymentStrategyParamsFluent<T>
Modifier and Type | Class and Description |
---|---|
class |
RecreateDeploymentStrategyParamsFluentImpl.MidNestedImpl<N> |
class |
RecreateDeploymentStrategyParamsFluentImpl.PostNestedImpl<N> |
class |
RecreateDeploymentStrategyParamsFluentImpl.PreNestedImpl<N> |
RecreateDeploymentStrategyParamsFluent.MidNested<N>, RecreateDeploymentStrategyParamsFluent.PostNested<N>, RecreateDeploymentStrategyParamsFluent.PreNested<N>
_visitables
Constructor and Description |
---|
RecreateDeploymentStrategyParamsFluentImpl() |
RecreateDeploymentStrategyParamsFluentImpl(RecreateDeploymentStrategyParams instance) |
public RecreateDeploymentStrategyParamsFluentImpl()
public RecreateDeploymentStrategyParamsFluentImpl(RecreateDeploymentStrategyParams instance)
public LifecycleHook getMid()
getMid
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public T withMid(LifecycleHook mid)
withMid
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public RecreateDeploymentStrategyParamsFluent.MidNested<T> withNewMid()
withNewMid
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public RecreateDeploymentStrategyParamsFluent.MidNested<T> withNewMidLike(LifecycleHook item)
withNewMidLike
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public RecreateDeploymentStrategyParamsFluent.MidNested<T> editMid()
editMid
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public LifecycleHook getPost()
getPost
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public T withPost(LifecycleHook post)
withPost
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public RecreateDeploymentStrategyParamsFluent.PostNested<T> withNewPost()
withNewPost
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public RecreateDeploymentStrategyParamsFluent.PostNested<T> withNewPostLike(LifecycleHook item)
withNewPostLike
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public RecreateDeploymentStrategyParamsFluent.PostNested<T> editPost()
editPost
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public LifecycleHook getPre()
getPre
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public T withPre(LifecycleHook pre)
withPre
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public RecreateDeploymentStrategyParamsFluent.PreNested<T> withNewPre()
withNewPre
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public RecreateDeploymentStrategyParamsFluent.PreNested<T> withNewPreLike(LifecycleHook item)
withNewPreLike
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public RecreateDeploymentStrategyParamsFluent.PreNested<T> editPre()
editPre
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public Long getTimeoutSeconds()
getTimeoutSeconds
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public T withTimeoutSeconds(Long timeoutSeconds)
withTimeoutSeconds
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>>
Copyright © 2011–2016 Red Hat. All rights reserved.