public class PodDNSConfigOptionFluentImpl<A extends PodDNSConfigOptionFluent<A>> extends BaseFluent<A> implements PodDNSConfigOptionFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
PodDNSConfigOptionFluentImpl() |
PodDNSConfigOptionFluentImpl(PodDNSConfigOption instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getValue() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasValue() |
A |
withName(String name) |
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
A |
withValue(String value) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic PodDNSConfigOptionFluentImpl()
public PodDNSConfigOptionFluentImpl(PodDNSConfigOption instance)
public String getName()
getName in interface PodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>public A withName(String name)
withName in interface PodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>public Boolean hasName()
hasName in interface PodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface PodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>public String getValue()
getValue in interface PodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>public A withValue(String value)
withValue in interface PodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>public Boolean hasValue()
hasValue in interface PodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface PodDNSConfigOptionFluent<A extends PodDNSConfigOptionFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.