public class SecretEnvSourceFluentImpl<A extends SecretEnvSourceFluent<A>> extends BaseFluent<A> implements SecretEnvSourceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
SecretEnvSourceFluentImpl() |
SecretEnvSourceFluentImpl(SecretEnvSource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
Boolean |
getOptional() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasOptional() |
A |
withName(String name) |
A |
withNewName(String arg0)
Deprecated.
|
A |
withOptional(Boolean optional) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic SecretEnvSourceFluentImpl()
public SecretEnvSourceFluentImpl(SecretEnvSource instance)
public String getName()
getName in interface SecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>public A withName(String name)
withName in interface SecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>public Boolean hasName()
hasName in interface SecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface SecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>public Boolean getOptional()
getOptional in interface SecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>public A withOptional(Boolean optional)
withOptional in interface SecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>public Boolean hasOptional()
hasOptional in interface SecretEnvSourceFluent<A extends SecretEnvSourceFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.