Package io.fabric8.kubernetes.api.model
Class PodDNSConfigOptionFluentImpl<A extends PodDNSConfigOptionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodDNSConfigOptionFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,PodDNSConfigOptionFluent<A>
- Direct Known Subclasses:
PodDNSConfigFluentImpl.OptionsNestedImpl,PodDNSConfigOptionBuilder,WatchEventFluentImpl.PodDNSConfigOptionObjectNestedImpl
public class PodDNSConfigOptionFluentImpl<A extends PodDNSConfigOptionFluent<A>> extends BaseFluent<A> implements PodDNSConfigOptionFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description PodDNSConfigOptionFluentImpl()PodDNSConfigOptionFluentImpl(PodDNSConfigOption instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()StringgetValue()inthashCode()BooleanhasName()BooleanhasValue()AwithName(String name)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewValue(String arg1)AwithNewValue(StringBuffer arg1)AwithNewValue(StringBuilder arg1)AwithValue(String value)
-
-
-
Constructor Detail
-
PodDNSConfigOptionFluentImpl
public PodDNSConfigOptionFluentImpl()
-
PodDNSConfigOptionFluentImpl
public PodDNSConfigOptionFluentImpl(PodDNSConfigOption instance)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
getValue
public String getValue()
- Specified by:
getValuein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withValue
public A withValue(String value)
- Specified by:
withValuein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
hasValue
public Boolean hasValue()
- Specified by:
hasValuein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withNewValue
public A withNewValue(String arg1)
- Specified by:
withNewValuein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withNewValue
public A withNewValue(StringBuilder arg1)
- Specified by:
withNewValuein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
withNewValue
public A withNewValue(StringBuffer arg1)
- Specified by:
withNewValuein interfacePodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>
-
-