@Generated(value="jsonschema2pojo") public class PackageChannel extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
PackageChannel()
No args constructor for use in serialization
|
PackageChannel(String currentCSV,
CSVDescription currentCSVDesc,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getCurrentCSV() |
CSVDescription |
getCurrentCSVDesc() |
String |
getName() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCurrentCSV(String currentCSV) |
void |
setCurrentCSVDesc(CSVDescription currentCSVDesc) |
void |
setName(String name) |
public PackageChannel()
public PackageChannel(String currentCSV, CSVDescription currentCSVDesc, String name)
public String getCurrentCSV()
public void setCurrentCSV(String currentCSV)
public CSVDescription getCurrentCSVDesc()
public void setCurrentCSVDesc(CSVDescription currentCSVDesc)
public String getName()
public void setName(String name)
Copyright © 2015–2023 Red Hat. All rights reserved.