public class NamePortFluentImpl<A extends NamePortFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NamePortFluent<A>
| Constructor and Description |
|---|
NamePortFluentImpl() |
NamePortFluentImpl(NamePort instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
Boolean |
hasName() |
A |
withName(String name) |
public NamePortFluentImpl()
public NamePortFluentImpl(NamePort instance)
public String getName()
getName in interface NamePortFluent<A extends NamePortFluent<A>>public A withName(String name)
withName in interface NamePortFluent<A extends NamePortFluent<A>>public Boolean hasName()
hasName in interface NamePortFluent<A extends NamePortFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.