Class SubscriptionCatalogHealth
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionCatalogHealth
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<SubscriptionCatalogHealthBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class SubscriptionCatalogHealth extends Object implements io.fabric8.kubernetes.api.builder.Editable<SubscriptionCatalogHealthBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
SubscriptionCatalogHealth describes the health of a CatalogSource the Subscription knows about.- 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 SubscriptionCatalogHealthBuilderedit()Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.ObjectReferencegetCatalogSourceRef()SubscriptionCatalogHealth describes the health of a CatalogSource the Subscription knows about.BooleangetHealthy()Healthy is true if the CatalogSource is healthy; false otherwise.StringgetLastUpdated()SubscriptionCatalogHealth describes the health of a CatalogSource the Subscription knows about.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCatalogSourceRef(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef)SubscriptionCatalogHealth describes the health of a CatalogSource the Subscription knows about.voidsetHealthy(Boolean healthy)Healthy is true if the CatalogSource is healthy; false otherwise.voidsetLastUpdated(String lastUpdated)SubscriptionCatalogHealth describes the health of a CatalogSource the Subscription knows about.SubscriptionCatalogHealthBuildertoBuilder()
-
-
-
Method Detail
-
getCatalogSourceRef
public io.fabric8.kubernetes.api.model.ObjectReference getCatalogSourceRef()
SubscriptionCatalogHealth describes the health of a CatalogSource the Subscription knows about.
-
setCatalogSourceRef
public void setCatalogSourceRef(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef)
SubscriptionCatalogHealth describes the health of a CatalogSource the Subscription knows about.
-
getHealthy
public Boolean getHealthy()
Healthy is true if the CatalogSource is healthy; false otherwise.
-
setHealthy
public void setHealthy(Boolean healthy)
Healthy is true if the CatalogSource is healthy; false otherwise.
-
getLastUpdated
public String getLastUpdated()
SubscriptionCatalogHealth describes the health of a CatalogSource the Subscription knows about.
-
setLastUpdated
public void setLastUpdated(String lastUpdated)
SubscriptionCatalogHealth describes the health of a CatalogSource the Subscription knows about.
-
edit
public SubscriptionCatalogHealthBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<SubscriptionCatalogHealthBuilder>
-
toBuilder
public SubscriptionCatalogHealthBuilder toBuilder()
-
-