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 |
addToTags(Map<String,String> map) |
A |
addToTags(String key,
String value) |
boolean |
equals(Object o) |
String |
getId() |
Map<String,String> |
getTags() |
int |
hashCode() |
Boolean |
hasId() |
Boolean |
hasTags() |
A |
removeFromTags(Map<String,String> map) |
A |
removeFromTags(String key) |
A |
withId(String id) |
A |
withNewId(byte[] arg1) |
A |
withNewId(byte[] arg1,
int arg2) |
A |
withNewId(byte[] arg1,
int arg2,
int arg3) |
A |
withNewId(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewId(char[] arg1) |
A |
withNewId(char[] arg1,
int arg2,
int arg3) |
A |
withNewId(int[] arg1,
int arg2,
int arg3) |
A |
withNewId(String arg1) |
A |
withNewId(StringBuffer arg1) |
A |
withNewId(StringBuilder arg1) |
<K,V> A |
withTags(Map<String,String> tags) |
public 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 withNewId(StringBuilder arg1)
withNewId in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A withNewId(int[] arg1, int arg2, int arg3)
withNewId in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A withNewId(char[] arg1)
withNewId in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A withNewId(StringBuffer arg1)
withNewId in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A withNewId(byte[] arg1, int arg2)
withNewId in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A withNewId(byte[] arg1)
withNewId in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A withNewId(char[] arg1, int arg2, int arg3)
withNewId in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A withNewId(byte[] arg1, int arg2, int arg3)
withNewId in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A withNewId(byte[] arg1, int arg2, int arg3, int arg4)
withNewId in interface DNSZoneFluent<A extends DNSZoneFluent<A>>public A withNewId(String arg1)
withNewId 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>>Copyright © 2015–2022 Red Hat. All rights reserved.