Class ControllerCertificateFluent<A extends ControllerCertificateFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machineconfiguration.v1.ControllerCertificateFluent<A>
-
- Direct Known Subclasses:
ControllerCertificateBuilder,ControllerConfigStatusFluent.ControllerCertificatesNested
public class ControllerCertificateFluent<A extends ControllerCertificateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ControllerCertificateFluent()ControllerCertificateFluent(ControllerCertificate 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(ControllerCertificate instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetBundleFile()StringgetNotAfter()StringgetNotBefore()StringgetSigner()StringgetSubject()booleanhasAdditionalProperties()booleanhasBundleFile()inthashCode()booleanhasNotAfter()booleanhasNotBefore()booleanhasSigner()booleanhasSubject()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithBundleFile(String bundleFile)AwithNotAfter(String notAfter)AwithNotBefore(String notBefore)AwithSigner(String signer)AwithSubject(String subject)
-
-
-
Constructor Detail
-
ControllerCertificateFluent
public ControllerCertificateFluent()
-
ControllerCertificateFluent
public ControllerCertificateFluent(ControllerCertificate instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ControllerCertificate instance)
-
getBundleFile
public String getBundleFile()
-
hasBundleFile
public boolean hasBundleFile()
-
getNotAfter
public String getNotAfter()
-
hasNotAfter
public boolean hasNotAfter()
-
getNotBefore
public String getNotBefore()
-
hasNotBefore
public boolean hasNotBefore()
-
getSigner
public String getSigner()
-
hasSigner
public boolean hasSigner()
-
getSubject
public String getSubject()
-
hasSubject
public boolean hasSubject()
-
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 ControllerCertificateFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ControllerCertificateFluent<A>>
-
-