@Generated(value="org.jsonschema2pojo") public class ReplicaSetStatus extends Object implements KubernetesResource
| Constructor and Description |
|---|
ReplicaSetStatus()
No args constructor for use in serialization
|
ReplicaSetStatus(Integer fullyLabeledReplicas,
Long observedGeneration,
Integer replicas) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getFullyLabeledReplicas() |
Long |
getObservedGeneration() |
Integer |
getReplicas() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFullyLabeledReplicas(Integer fullyLabeledReplicas) |
void |
setObservedGeneration(Long observedGeneration) |
void |
setReplicas(Integer replicas) |
public ReplicaSetStatus()
public Integer getFullyLabeledReplicas()
public void setFullyLabeledReplicas(Integer fullyLabeledReplicas)
fullyLabeledReplicas - The fullyLabeledReplicaspublic Long getObservedGeneration()
public void setObservedGeneration(Long observedGeneration)
observedGeneration - The observedGenerationpublic Integer getReplicas()
public void setReplicas(Integer replicas)
replicas - The replicasCopyright © 2011–2016 Red Hat. All rights reserved.