public class FieldSpecFluentImpl<A extends FieldSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements FieldSpecFluent<A>
| Constructor and Description |
|---|
FieldSpecFluentImpl() |
FieldSpecFluentImpl(FieldSpec 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() |
Boolean |
getCreate() |
String |
getGroup() |
String |
getKind() |
String |
getPath() |
String |
getVersion() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasCreate() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasPath() |
Boolean |
hasVersion() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCreate() |
A |
withCreate(Boolean create) |
A |
withGroup(String group) |
A |
withKind(String kind) |
A |
withPath(String path) |
A |
withVersion(String version) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic FieldSpecFluentImpl()
public FieldSpecFluentImpl(FieldSpec instance)
public Boolean getCreate()
getCreate in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public A withCreate(Boolean create)
withCreate in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public Boolean hasCreate()
hasCreate in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public String getGroup()
getGroup in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public A withGroup(String group)
withGroup in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public Boolean hasGroup()
hasGroup in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public String getKind()
getKind in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public A withKind(String kind)
withKind in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public Boolean hasKind()
hasKind in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public String getPath()
getPath in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public A withPath(String path)
withPath in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public Boolean hasPath()
hasPath in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public String getVersion()
getVersion in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public A withVersion(String version)
withVersion in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public Boolean hasVersion()
hasVersion in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface FieldSpecFluent<A extends FieldSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends FieldSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends FieldSpecFluent<A>>public A withCreate()
withCreate in interface FieldSpecFluent<A extends FieldSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.