@Generated(value="org.jsonschema2pojo") public class SubscriptionStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
SubscriptionStatus()
No args constructor for use in serialization
|
SubscriptionStatus(List<SubscriptionCatalogHealth> catalogHealth,
List<SubscriptionCondition> conditions,
String currentCSV,
Integer installPlanGeneration,
io.fabric8.kubernetes.api.model.ObjectReference installPlanRef,
String installedCSV,
InstallPlanReference installplan,
String lastUpdated,
String reason,
String state) |
public SubscriptionStatus()
public SubscriptionStatus(List<SubscriptionCatalogHealth> catalogHealth, List<SubscriptionCondition> conditions, String currentCSV, Integer installPlanGeneration, io.fabric8.kubernetes.api.model.ObjectReference installPlanRef, String installedCSV, InstallPlanReference installplan, String lastUpdated, String reason, String state)
installedCSV - lastUpdated - reason - installPlanRef - installplan - catalogHealth - currentCSV - installPlanGeneration - state - conditions - public List<SubscriptionCatalogHealth> getCatalogHealth()
public void setCatalogHealth(List<SubscriptionCatalogHealth> catalogHealth)
catalogHealth - The catalogHealthpublic List<SubscriptionCondition> getConditions()
public void setConditions(List<SubscriptionCondition> conditions)
conditions - The conditionspublic String getCurrentCSV()
public void setCurrentCSV(String currentCSV)
currentCSV - The currentCSVpublic Integer getInstallPlanGeneration()
public void setInstallPlanGeneration(Integer installPlanGeneration)
installPlanGeneration - The installPlanGenerationpublic io.fabric8.kubernetes.api.model.ObjectReference getInstallPlanRef()
public void setInstallPlanRef(io.fabric8.kubernetes.api.model.ObjectReference installPlanRef)
installPlanRef - The installPlanRefpublic String getInstalledCSV()
public void setInstalledCSV(String installedCSV)
installedCSV - The installedCSVpublic InstallPlanReference getInstallplan()
public void setInstallplan(InstallPlanReference installplan)
installplan - The installplanpublic String getLastUpdated()
public void setLastUpdated(String lastUpdated)
lastUpdated - The lastUpdatedpublic String getReason()
public void setReason(String reason)
reason - The reasonpublic String getState()
public void setState(String state)
state - The stateCopyright © 2015–2020 Red Hat. All rights reserved.