@Generated(value="org.jsonschema2pojo") public class PodSchema extends Object
Constructor and Description |
---|
PodSchema() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,String> |
getAnnotations() |
String |
getCreationTimestamp() |
CurrentState |
getCurrentState()
The current configuration and status of the pod.
|
DesiredState |
getDesiredState()
The desired configuration of the pod
|
String |
getId() |
String |
getKind() |
Map<String,String> |
getLabels() |
String |
getNamespace() |
String |
getSelfLink() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAnnotations(Map<String,String> annotations) |
void |
setCreationTimestamp(String creationTimestamp) |
void |
setCurrentState(CurrentState currentState)
The current configuration and status of the pod.
|
void |
setDesiredState(DesiredState desiredState)
The desired configuration of the pod
|
void |
setId(String id) |
void |
setKind(String kind) |
void |
setLabels(Map<String,String> labels) |
void |
setNamespace(String namespace) |
void |
setSelfLink(String selfLink) |
String |
toString() |
public String getKind()
public void setKind(String kind)
kind
- The kindpublic String getId()
public void setId(String id)
id
- The idpublic String getCreationTimestamp()
public void setCreationTimestamp(String creationTimestamp)
creationTimestamp
- The creationTimestamppublic String getSelfLink()
public void setSelfLink(String selfLink)
selfLink
- The selfLinkpublic DesiredState getDesiredState()
public void setDesiredState(DesiredState desiredState)
desiredState
- The desiredStatepublic CurrentState getCurrentState()
public void setCurrentState(CurrentState currentState)
currentState
- The currentStatepublic String getNamespace()
public void setNamespace(String namespace)
namespace
- The namespacepublic void setAnnotations(Map<String,String> annotations)
annotations
- The annotationsCopyright © 2011–2014 Red Hat. All rights reserved.