Package io.fabric8.openshift.api.model
Class DNSZoneFluentImpl<A extends DNSZoneFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.DNSZoneFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,DNSZoneFluent<A>
- Direct Known Subclasses:
DNSZoneBuilder,DNSZoneStatusFluentImpl.DnsZoneNestedImpl
public class DNSZoneFluentImpl<A extends DNSZoneFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DNSZoneFluent<A>
-
-
Constructor Summary
Constructors Constructor Description DNSZoneFluentImpl()DNSZoneFluentImpl(DNSZone instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToTags(String key, String value)AaddToTags(Map<String,String> map)booleanequals(Object o)StringgetId()Map<String,String>getTags()inthashCode()BooleanhasId()BooleanhasTags()AremoveFromTags(String key)AremoveFromTags(Map<String,String> map)AwithId(String id)AwithNewId(String arg1)AwithNewId(StringBuffer arg1)AwithNewId(StringBuilder arg1)AwithTags(Map<String,String> tags)
-
-
-
Constructor Detail
-
DNSZoneFluentImpl
public DNSZoneFluentImpl()
-
DNSZoneFluentImpl
public DNSZoneFluentImpl(DNSZone instance)
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceDNSZoneFluent<A extends DNSZoneFluent<A>>
-
withId
public A withId(String id)
- Specified by:
withIdin interfaceDNSZoneFluent<A extends DNSZoneFluent<A>>
-
hasId
public Boolean hasId()
- Specified by:
hasIdin interfaceDNSZoneFluent<A extends DNSZoneFluent<A>>
-
withNewId
public A withNewId(String arg1)
- Specified by:
withNewIdin interfaceDNSZoneFluent<A extends DNSZoneFluent<A>>
-
withNewId
public A withNewId(StringBuilder arg1)
- Specified by:
withNewIdin interfaceDNSZoneFluent<A extends DNSZoneFluent<A>>
-
withNewId
public A withNewId(StringBuffer arg1)
- Specified by:
withNewIdin interfaceDNSZoneFluent<A extends DNSZoneFluent<A>>
-
addToTags
public A addToTags(String key, String value)
- Specified by:
addToTagsin interfaceDNSZoneFluent<A extends DNSZoneFluent<A>>
-
addToTags
public A addToTags(Map<String,String> map)
- Specified by:
addToTagsin interfaceDNSZoneFluent<A extends DNSZoneFluent<A>>
-
removeFromTags
public A removeFromTags(String key)
- Specified by:
removeFromTagsin interfaceDNSZoneFluent<A extends DNSZoneFluent<A>>
-
removeFromTags
public A removeFromTags(Map<String,String> map)
- Specified by:
removeFromTagsin interfaceDNSZoneFluent<A extends DNSZoneFluent<A>>
-
getTags
public Map<String,String> getTags()
- Specified by:
getTagsin interfaceDNSZoneFluent<A extends DNSZoneFluent<A>>
-
withTags
public A withTags(Map<String,String> tags)
- Specified by:
withTagsin interfaceDNSZoneFluent<A extends DNSZoneFluent<A>>
-
hasTags
public Boolean hasTags()
- Specified by:
hasTagsin interfaceDNSZoneFluent<A extends DNSZoneFluent<A>>
-
-