public class HelmExpressionFluentImpl<A extends HelmExpressionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HelmExpressionFluent<A>
| Constructor and Description |
|---|
HelmExpressionFluentImpl() |
HelmExpressionFluentImpl(HelmExpression instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getExpression() |
String |
getPath() |
Boolean |
hasExpression() |
int |
hashCode() |
Boolean |
hasPath() |
String |
toString() |
A |
withExpression(String expression) |
A |
withPath(String path) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HelmExpressionFluentImpl()
public HelmExpressionFluentImpl(HelmExpression instance)
public String getPath()
getPath in interface HelmExpressionFluent<A extends HelmExpressionFluent<A>>public A withPath(String path)
withPath in interface HelmExpressionFluent<A extends HelmExpressionFluent<A>>public Boolean hasPath()
hasPath in interface HelmExpressionFluent<A extends HelmExpressionFluent<A>>public String getExpression()
getExpression in interface HelmExpressionFluent<A extends HelmExpressionFluent<A>>public A withExpression(String expression)
withExpression in interface HelmExpressionFluent<A extends HelmExpressionFluent<A>>public Boolean hasExpression()
hasExpression in interface HelmExpressionFluent<A extends HelmExpressionFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HelmExpressionFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HelmExpressionFluent<A>>Copyright © 2018–2023 Red Hat. All rights reserved.