@Generated(value="org.jsonschema2pojo") public class DeploymentConfigStatus extends Object
| Constructor and Description |
|---|
DeploymentConfigStatus()
No args constructor for use in serialization
|
DeploymentConfigStatus(DeploymentDetails details,
Integer latestVersion) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
DeploymentDetails |
getDetails() |
Integer |
getLatestVersion()
used to determine whether the current deployment is out of sync
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setDetails(DeploymentDetails details) |
void |
setLatestVersion(Integer latestVersion)
used to determine whether the current deployment is out of sync
|
public DeploymentConfigStatus()
public DeploymentConfigStatus(DeploymentDetails details, Integer latestVersion)
latestVersion - details - public DeploymentDetails getDetails()
public void setDetails(DeploymentDetails details)
details - The detailspublic Integer getLatestVersion()
public void setLatestVersion(Integer latestVersion)
latestVersion - The latestVersionCopyright © 2011–2016 Red Hat. All rights reserved.