Class IconFluent<A extends IconFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.IconFluent<A>
-
- Direct Known Subclasses:
CatalogSourceSpecFluent.IconNested,ClusterServiceVersionSpecFluent.IconNested,IconBuilder
public class IconFluent<A extends IconFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description IconFluent()IconFluent(Icon 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(Icon instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetBase64data()StringgetMediatype()booleanhasAdditionalProperties()booleanhasBase64data()inthashCode()booleanhasMediatype()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithBase64data(String base64data)AwithMediatype(String mediatype)
-
-
-
Constructor Detail
-
IconFluent
public IconFluent()
-
IconFluent
public IconFluent(Icon instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Icon instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IconFluent<A>>
-
getBase64data
public String getBase64data()
-
getMediatype
public String getMediatype()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasBase64data
public boolean hasBase64data()
-
hasMediatype
public boolean hasMediatype()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IconFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-