public class DNSZoneFluentImpl<A extends DNSZoneFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DNSZoneFluent<A>
| Constructor and Description |
|---|
DNSZoneFluentImpl() |
DNSZoneFluentImpl(DNSZone instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToTags(Map<String,String> map) |
A |
addToTags(String key,
String value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getId() |
Map<String,String> |
getTags() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasId() |
Boolean |
hasTags() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromTags(Map<String,String> map) |
A |
removeFromTags(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withId(String id) |
<K,V> A |
withTags(Map<String,String> tags) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic DNSZoneFluentImpl()
public DNSZoneFluentImpl(DNSZone instance)
public String getId()
getId in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A withId(String id)
withId in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public Boolean hasId()
hasId in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A addToTags(String key, String value)
addToTags in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A addToTags(Map<String,String> map)
addToTags in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A removeFromTags(String key)
removeFromTags in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A removeFromTags(Map<String,String> map)
removeFromTags in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public Map<String,String> getTags()
getTags in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public <K,V> A withTags(Map<String,String> tags)
withTags in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public Boolean hasTags()
hasTags in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DNSZoneFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DNSZoneFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.