Class InstallModeFluent<A extends InstallModeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallModeFluent<A>
-
- Direct Known Subclasses:
ClusterServiceVersionSpecFluent.InstallModesNested,CSVDescriptionFluent.InstallModesNested,InstallModeBuilder
public class InstallModeFluent<A extends InstallModeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description InstallModeFluent()InstallModeFluent(InstallMode instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(InstallMode instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()BooleangetSupported()StringgetType()booleanhasAdditionalProperties()inthashCode()booleanhasSupported()booleanhasType()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithSupported()AwithSupported(Boolean supported)AwithType(String type)
-
-
-
Constructor Detail
-
InstallModeFluent
public InstallModeFluent()
-
InstallModeFluent
public InstallModeFluent(InstallMode instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(InstallMode instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends InstallModeFluent<A>>
-
getSupported
public Boolean getSupported()
-
getType
public String getType()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasSupported
public boolean hasSupported()
-
hasType
public boolean hasType()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends InstallModeFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withSupported
public A withSupported()
-
-