Class ChannelEntryFluent<A extends ChannelEntryFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.packages.v1.ChannelEntryFluent<A>
-
- Direct Known Subclasses:
ChannelEntryBuilder,PackageChannelFluent.EntriesNested
public class ChannelEntryFluent<A extends ChannelEntryFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classChannelEntryFluent.DeprecationNested<N>
-
Constructor Summary
Constructors Constructor Description ChannelEntryFluent()ChannelEntryFluent(ChannelEntry instance)
-
Method Summary
-
-
-
Constructor Detail
-
ChannelEntryFluent
public ChannelEntryFluent()
-
ChannelEntryFluent
public ChannelEntryFluent(ChannelEntry instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ChannelEntry instance)
-
buildDeprecation
public Deprecation buildDeprecation()
-
withDeprecation
public A withDeprecation(Deprecation deprecation)
-
hasDeprecation
public boolean hasDeprecation()
-
withNewDeprecation
public ChannelEntryFluent.DeprecationNested<A> withNewDeprecation()
-
withNewDeprecationLike
public ChannelEntryFluent.DeprecationNested<A> withNewDeprecationLike(Deprecation item)
-
editDeprecation
public ChannelEntryFluent.DeprecationNested<A> editDeprecation()
-
editOrNewDeprecation
public ChannelEntryFluent.DeprecationNested<A> editOrNewDeprecation()
-
editOrNewDeprecationLike
public ChannelEntryFluent.DeprecationNested<A> editOrNewDeprecationLike(Deprecation item)
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getVersion
public String getVersion()
-
hasVersion
public boolean hasVersion()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ChannelEntryFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ChannelEntryFluent<A>>
-
-