public class CertSpecFluentImpl<A extends CertSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CertSpecFluent<A>
| Constructor and Description |
|---|
CertSpecFluentImpl() |
CertSpecFluentImpl(CertSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCommonName() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasCommonName() |
int |
hashCode() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCommonName(String commonName) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CertSpecFluentImpl()
public CertSpecFluentImpl(CertSpec instance)
public String getCommonName()
getCommonName in interface CertSpecFluent<A extends CertSpecFluent<A>>public A withCommonName(String commonName)
withCommonName in interface CertSpecFluent<A extends CertSpecFluent<A>>public Boolean hasCommonName()
hasCommonName in interface CertSpecFluent<A extends CertSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface CertSpecFluent<A extends CertSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface CertSpecFluent<A extends CertSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface CertSpecFluent<A extends CertSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface CertSpecFluent<A extends CertSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface CertSpecFluent<A extends CertSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface CertSpecFluent<A extends CertSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface CertSpecFluent<A extends CertSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CertSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CertSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.