Class SubscriptionCatalogHealth
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionCatalogHealth
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
public class SubscriptionCatalogHealth extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubscriptionCatalogHealth()No args constructor for use in serializationSubscriptionCatalogHealth(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef, Boolean healthy, String lastUpdated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.ObjectReferencegetCatalogSourceRef()BooleangetHealthy()StringgetLastUpdated()voidsetAdditionalProperty(String name, Object value)voidsetCatalogSourceRef(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef)voidsetHealthy(Boolean healthy)voidsetLastUpdated(String lastUpdated)
-
-
-
Method Detail
-
getCatalogSourceRef
public io.fabric8.kubernetes.api.model.ObjectReference getCatalogSourceRef()
-
setCatalogSourceRef
public void setCatalogSourceRef(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef)
-
getHealthy
public Boolean getHealthy()
-
setHealthy
public void setHealthy(Boolean healthy)
-
getLastUpdated
public String getLastUpdated()
-
setLastUpdated
public void setLastUpdated(String lastUpdated)
-
-