@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,
Long observedGeneration) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
DeploymentDetails |
getDetails() |
Integer |
getLatestVersion() |
Long |
getObservedGeneration() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDetails(DeploymentDetails details) |
void |
setLatestVersion(Integer latestVersion) |
void |
setObservedGeneration(Long observedGeneration) |
public DeploymentConfigStatus()
public DeploymentConfigStatus(DeploymentDetails details, Integer latestVersion, Long observedGeneration)
latestVersion
- details
- observedGeneration
- public DeploymentDetails getDetails()
public void setDetails(DeploymentDetails details)
details
- The detailspublic Integer getLatestVersion()
public void setLatestVersion(Integer latestVersion)
latestVersion
- The latestVersionpublic Long getObservedGeneration()
public void setObservedGeneration(Long observedGeneration)
observedGeneration
- The observedGenerationCopyright © 2011–2016 Red Hat. All rights reserved.