public class TypeMetaFluentImpl<A extends TypeMetaFluent<A>> extends BaseFluent<A> implements TypeMetaFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
TypeMetaFluentImpl() |
TypeMetaFluentImpl(TypeMeta 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 |
getApiVersion() |
String |
getKind() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TypeMetaFluentImpl()
public TypeMetaFluentImpl(TypeMeta instance)
public String getApiVersion()
getApiVersion in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public String getKind()
getKind in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public A withKind(String kind)
withKind in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public Boolean hasKind()
hasKind in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface TypeMetaFluent<A extends TypeMetaFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends TypeMetaFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends TypeMetaFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.