public class RecordFluentImpl<A extends RecordFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RecordFluent<A>
| Constructor and Description |
|---|
RecordFluentImpl() |
RecordFluentImpl(Record instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getPhase() |
String |
getSelectorKey() |
int |
hashCode() |
Boolean |
hasId() |
Boolean |
hasPhase() |
Boolean |
hasSelectorKey() |
String |
toString() |
A |
withId(String id) |
A |
withPhase(String phase) |
A |
withSelectorKey(String selectorKey) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RecordFluentImpl()
public RecordFluentImpl(Record instance)
public String getId()
getId in interface RecordFluent<A extends RecordFluent<A>>public A withId(String id)
withId in interface RecordFluent<A extends RecordFluent<A>>public Boolean hasId()
hasId in interface RecordFluent<A extends RecordFluent<A>>public String getPhase()
getPhase in interface RecordFluent<A extends RecordFluent<A>>public A withPhase(String phase)
withPhase in interface RecordFluent<A extends RecordFluent<A>>public Boolean hasPhase()
hasPhase in interface RecordFluent<A extends RecordFluent<A>>public String getSelectorKey()
getSelectorKey in interface RecordFluent<A extends RecordFluent<A>>public A withSelectorKey(String selectorKey)
withSelectorKey in interface RecordFluent<A extends RecordFluent<A>>public Boolean hasSelectorKey()
hasSelectorKey in interface RecordFluent<A extends RecordFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RecordFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RecordFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.