Class ChannelEntry
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.packages.v1.ChannelEntry
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ChannelEntryBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ChannelEntry extends Object implements io.fabric8.kubernetes.api.builder.Editable<ChannelEntryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ChannelEntry defines a member of a package channel.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelEntry()No args constructor for use in serializationChannelEntry(Deprecation deprecation, String name, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelEntryBuilderedit()Map<String,Object>getAdditionalProperties()DeprecationgetDeprecation()ChannelEntry defines a member of a package channel.StringgetName()Name is the name of the bundle for this entry.StringgetVersion()Version is the version of the bundle for this entry.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDeprecation(Deprecation deprecation)ChannelEntry defines a member of a package channel.voidsetName(String name)Name is the name of the bundle for this entry.voidsetVersion(String version)Version is the version of the bundle for this entry.ChannelEntryBuildertoBuilder()
-
-
-
Constructor Detail
-
ChannelEntry
public ChannelEntry()
No args constructor for use in serialization
-
ChannelEntry
public ChannelEntry(Deprecation deprecation, String name, String version)
-
-
Method Detail
-
getDeprecation
public Deprecation getDeprecation()
ChannelEntry defines a member of a package channel.
-
setDeprecation
public void setDeprecation(Deprecation deprecation)
ChannelEntry defines a member of a package channel.
-
getName
public String getName()
Name is the name of the bundle for this entry.
-
setName
public void setName(String name)
Name is the name of the bundle for this entry.
-
getVersion
public String getVersion()
Version is the version of the bundle for this entry.
-
setVersion
public void setVersion(String version)
Version is the version of the bundle for this entry.
-
edit
public ChannelEntryBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ChannelEntryBuilder>
-
toBuilder
public ChannelEntryBuilder toBuilder()
-
-