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