@Generated(value="org.jsonschema2pojo") public class RecreateDeploymentStrategyParams extends Object
| Constructor and Description |
|---|
RecreateDeploymentStrategyParams()
No args constructor for use in serialization
|
RecreateDeploymentStrategyParams(LifecycleHook post,
LifecycleHook pre) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
LifecycleHook |
getPost() |
LifecycleHook |
getPre() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setPost(LifecycleHook post) |
void |
setPre(LifecycleHook pre) |
public RecreateDeploymentStrategyParams()
public RecreateDeploymentStrategyParams(LifecycleHook post, LifecycleHook pre)
post - pre - public LifecycleHook getPost()
public void setPost(LifecycleHook post)
post - The postpublic LifecycleHook getPre()
public void setPre(LifecycleHook pre)
pre - The preCopyright © 2011–2015 Red Hat. All rights reserved.