@Generated(value="org.jsonschema2pojo") public class SubscriptionCatalogHealth extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
SubscriptionCatalogHealth()
No args constructor for use in serialization
|
SubscriptionCatalogHealth(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef,
Boolean healthy,
String lastUpdated) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
io.fabric8.kubernetes.api.model.ObjectReference |
getCatalogSourceRef() |
Boolean |
getHealthy() |
String |
getLastUpdated() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCatalogSourceRef(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef) |
void |
setHealthy(Boolean healthy) |
void |
setLastUpdated(String lastUpdated) |
public SubscriptionCatalogHealth()
public io.fabric8.kubernetes.api.model.ObjectReference getCatalogSourceRef()
public void setCatalogSourceRef(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef)
catalogSourceRef - The catalogSourceRefpublic Boolean getHealthy()
public void setHealthy(Boolean healthy)
healthy - The healthypublic String getLastUpdated()
public void setLastUpdated(String lastUpdated)
lastUpdated - The lastUpdatedCopyright © 2015–2020 Red Hat. All rights reserved.