public class CELOverlayFluentImpl<A extends CELOverlayFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CELOverlayFluent<A>
| Constructor and Description |
|---|
CELOverlayFluentImpl() |
CELOverlayFluentImpl(CELOverlay instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getExpression() |
String |
getKey() |
Boolean |
hasExpression() |
int |
hashCode() |
Boolean |
hasKey() |
A |
withExpression(String expression) |
A |
withKey(String key) |
A |
withNewExpression(String arg1) |
A |
withNewExpression(StringBuffer arg1) |
A |
withNewExpression(StringBuilder arg1) |
A |
withNewKey(String arg1) |
A |
withNewKey(StringBuffer arg1) |
A |
withNewKey(StringBuilder arg1) |
public CELOverlayFluentImpl()
public CELOverlayFluentImpl(CELOverlay instance)
public String getExpression()
getExpression in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public A withExpression(String expression)
withExpression in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public Boolean hasExpression()
hasExpression in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public A withNewExpression(String arg1)
withNewExpression in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public A withNewExpression(StringBuilder arg1)
withNewExpression in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public A withNewExpression(StringBuffer arg1)
withNewExpression in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public String getKey()
getKey in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public A withKey(String key)
withKey in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public Boolean hasKey()
hasKey in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public A withNewKey(String arg1)
withNewKey in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public A withNewKey(StringBuilder arg1)
withNewKey in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public A withNewKey(StringBuffer arg1)
withNewKey in interface CELOverlayFluent<A extends CELOverlayFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.