public class InfoItemFluentImpl<A extends InfoItemFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InfoItemFluent<A>
InfoItemFluent.ValueFromNested<N>| Constructor and Description |
|---|
InfoItemFluentImpl() |
InfoItemFluentImpl(InfoItem instance) |
| Modifier and Type | Method and Description |
|---|---|
InfoItemSource |
buildValueFrom() |
InfoItemFluent.ValueFromNested<A> |
editOrNewValueFrom() |
InfoItemFluent.ValueFromNested<A> |
editOrNewValueFromLike(InfoItemSource item) |
InfoItemFluent.ValueFromNested<A> |
editValueFrom() |
boolean |
equals(Object o) |
String |
getName() |
String |
getType() |
String |
getValue() |
InfoItemSource |
getValueFrom()
Deprecated.
|
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasType() |
Boolean |
hasValue() |
Boolean |
hasValueFrom() |
String |
toString() |
A |
withName(String name) |
InfoItemFluent.ValueFromNested<A> |
withNewValueFrom() |
InfoItemFluent.ValueFromNested<A> |
withNewValueFromLike(InfoItemSource item) |
A |
withType(String type) |
A |
withValue(String value) |
A |
withValueFrom(InfoItemSource valueFrom) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic InfoItemFluentImpl()
public InfoItemFluentImpl(InfoItem instance)
public String getName()
getName in interface InfoItemFluent<A extends InfoItemFluent<A>>public A withName(String name)
withName in interface InfoItemFluent<A extends InfoItemFluent<A>>public Boolean hasName()
hasName in interface InfoItemFluent<A extends InfoItemFluent<A>>public String getType()
getType in interface InfoItemFluent<A extends InfoItemFluent<A>>public A withType(String type)
withType in interface InfoItemFluent<A extends InfoItemFluent<A>>public Boolean hasType()
hasType in interface InfoItemFluent<A extends InfoItemFluent<A>>public String getValue()
getValue in interface InfoItemFluent<A extends InfoItemFluent<A>>public A withValue(String value)
withValue in interface InfoItemFluent<A extends InfoItemFluent<A>>public Boolean hasValue()
hasValue in interface InfoItemFluent<A extends InfoItemFluent<A>>@Deprecated public InfoItemSource getValueFrom()
getValueFrom in interface InfoItemFluent<A extends InfoItemFluent<A>>public InfoItemSource buildValueFrom()
buildValueFrom in interface InfoItemFluent<A extends InfoItemFluent<A>>public A withValueFrom(InfoItemSource valueFrom)
withValueFrom in interface InfoItemFluent<A extends InfoItemFluent<A>>public Boolean hasValueFrom()
hasValueFrom in interface InfoItemFluent<A extends InfoItemFluent<A>>public InfoItemFluent.ValueFromNested<A> withNewValueFrom()
withNewValueFrom in interface InfoItemFluent<A extends InfoItemFluent<A>>public InfoItemFluent.ValueFromNested<A> withNewValueFromLike(InfoItemSource item)
withNewValueFromLike in interface InfoItemFluent<A extends InfoItemFluent<A>>public InfoItemFluent.ValueFromNested<A> editValueFrom()
editValueFrom in interface InfoItemFluent<A extends InfoItemFluent<A>>public InfoItemFluent.ValueFromNested<A> editOrNewValueFrom()
editOrNewValueFrom in interface InfoItemFluent<A extends InfoItemFluent<A>>public InfoItemFluent.ValueFromNested<A> editOrNewValueFromLike(InfoItemSource item)
editOrNewValueFromLike in interface InfoItemFluent<A extends InfoItemFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends InfoItemFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends InfoItemFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.