public class LifecycleHookFluentImpl<T extends LifecycleHookFluent<T>> extends BaseFluent<T> implements LifecycleHookFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
LifecycleHookFluentImpl.ExecNewPodNestedImpl<N> |
LifecycleHookFluent.ExecNewPodNested<N>_visitables| Constructor and Description |
|---|
LifecycleHookFluentImpl() |
LifecycleHookFluentImpl(LifecycleHook instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
LifecycleHookFluent.ExecNewPodNested<T> |
editExecNewPod() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
ExecNewPodHook |
getExecNewPod() |
String |
getFailurePolicy() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withExecNewPod(ExecNewPodHook execNewPod) |
T |
withFailurePolicy(String failurePolicy) |
LifecycleHookFluent.ExecNewPodNested<T> |
withNewExecNewPod() |
LifecycleHookFluent.ExecNewPodNested<T> |
withNewExecNewPodLike(ExecNewPodHook item) |
public LifecycleHookFluentImpl()
public LifecycleHookFluentImpl(LifecycleHook instance)
public ExecNewPodHook getExecNewPod()
getExecNewPod in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>public T withExecNewPod(ExecNewPodHook execNewPod)
withExecNewPod in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>public LifecycleHookFluent.ExecNewPodNested<T> withNewExecNewPod()
withNewExecNewPod in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>public LifecycleHookFluent.ExecNewPodNested<T> withNewExecNewPodLike(ExecNewPodHook item)
withNewExecNewPodLike in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>public LifecycleHookFluent.ExecNewPodNested<T> editExecNewPod()
editExecNewPod in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>public String getFailurePolicy()
getFailurePolicy in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>public T withFailurePolicy(String failurePolicy)
withFailurePolicy in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>Copyright © 2011–2015 Red Hat. All rights reserved.