Class CertificateBundleStatusFluent<A extends CertificateBundleStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.CertificateBundleStatusFluent<A>
-
- Direct Known Subclasses:
CertificateBundleStatusBuilder,ClusterDeploymentStatusFluent.CertificateBundlesNested
public class CertificateBundleStatusFluent<A extends CertificateBundleStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description CertificateBundleStatusFluent()CertificateBundleStatusFluent(CertificateBundleStatus 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(CertificateBundleStatus instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()BooleangetGenerated()StringgetName()booleanhasAdditionalProperties()booleanhasGenerated()inthashCode()booleanhasName()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithGenerated()AwithGenerated(Boolean generated)AwithName(String name)
-
-
-
Constructor Detail
-
CertificateBundleStatusFluent
public CertificateBundleStatusFluent()
-
CertificateBundleStatusFluent
public CertificateBundleStatusFluent(CertificateBundleStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(CertificateBundleStatus instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CertificateBundleStatusFluent<A>>
-
getGenerated
public Boolean getGenerated()
-
getName
public String getName()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasGenerated
public boolean hasGenerated()
-
hasName
public boolean hasName()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CertificateBundleStatusFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withGenerated
public A withGenerated()
-
-