public class KameletPropertyFluentImpl<A extends KameletPropertyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements KameletPropertyFluent<A>
| Constructor and Description |
|---|
KameletPropertyFluentImpl() |
KameletPropertyFluentImpl(KameletProperty instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDefault() |
String |
getName() |
Boolean |
hasDefault() |
int |
hashCode() |
Boolean |
hasName() |
A |
withDefault(String _default) |
A |
withName(String name) |
A |
withNewDefault(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
public KameletPropertyFluentImpl()
public KameletPropertyFluentImpl(KameletProperty instance)
public String getDefault()
getDefault in interface KameletPropertyFluent<A extends KameletPropertyFluent<A>>public A withDefault(String _default)
withDefault in interface KameletPropertyFluent<A extends KameletPropertyFluent<A>>public Boolean hasDefault()
hasDefault in interface KameletPropertyFluent<A extends KameletPropertyFluent<A>>@Deprecated public A withNewDefault(String arg0)
withNewDefault in interface KameletPropertyFluent<A extends KameletPropertyFluent<A>>public String getName()
getName in interface KameletPropertyFluent<A extends KameletPropertyFluent<A>>public A withName(String name)
withName in interface KameletPropertyFluent<A extends KameletPropertyFluent<A>>public Boolean hasName()
hasName in interface KameletPropertyFluent<A extends KameletPropertyFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface KameletPropertyFluent<A extends KameletPropertyFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.