@Generated(value="org.jsonschema2pojo") public class RevisionStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
RevisionStatus()
No args constructor for use in serialization
|
RevisionStatus(List<Condition> conditions,
String logUrl,
Long observedGeneration,
String serviceName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<Condition> |
getConditions() |
String |
getLogUrl() |
Long |
getObservedGeneration() |
String |
getServiceName() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setConditions(List<Condition> conditions) |
void |
setLogUrl(String logUrl) |
void |
setObservedGeneration(Long observedGeneration) |
void |
setServiceName(String serviceName) |
public RevisionStatus()
public void setConditions(List<Condition> conditions)
conditions - The conditionspublic String getLogUrl()
public void setLogUrl(String logUrl)
logUrl - The logUrlpublic Long getObservedGeneration()
public void setObservedGeneration(Long observedGeneration)
observedGeneration - The observedGenerationpublic String getServiceName()
public void setServiceName(String serviceName)
serviceName - The serviceNameCopyright © 2015–2019 Red Hat. All rights reserved.