public class V1SecretEnvSourceFluentImpl<A extends V1SecretEnvSourceFluent<A>> extends BaseFluent<A> implements V1SecretEnvSourceFluent<A>
_visitables
Constructor and Description |
---|
V1SecretEnvSourceFluentImpl() |
V1SecretEnvSourceFluentImpl(V1SecretEnvSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
Boolean |
hasName() |
Boolean |
hasOptional() |
Boolean |
isOptional() |
A |
withName(String name) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
A |
withNewOptional(boolean arg1) |
A |
withNewOptional(String arg1) |
A |
withOptional(Boolean optional) |
public V1SecretEnvSourceFluentImpl()
public V1SecretEnvSourceFluentImpl(V1SecretEnvSource instance)
public String getName()
getName
in interface V1SecretEnvSourceFluent<A extends V1SecretEnvSourceFluent<A>>
public A withName(String name)
withName
in interface V1SecretEnvSourceFluent<A extends V1SecretEnvSourceFluent<A>>
public Boolean hasName()
hasName
in interface V1SecretEnvSourceFluent<A extends V1SecretEnvSourceFluent<A>>
public A withNewName(String arg1)
withNewName
in interface V1SecretEnvSourceFluent<A extends V1SecretEnvSourceFluent<A>>
public A withNewName(StringBuilder arg1)
withNewName
in interface V1SecretEnvSourceFluent<A extends V1SecretEnvSourceFluent<A>>
public A withNewName(StringBuffer arg1)
withNewName
in interface V1SecretEnvSourceFluent<A extends V1SecretEnvSourceFluent<A>>
public Boolean isOptional()
isOptional
in interface V1SecretEnvSourceFluent<A extends V1SecretEnvSourceFluent<A>>
public A withOptional(Boolean optional)
withOptional
in interface V1SecretEnvSourceFluent<A extends V1SecretEnvSourceFluent<A>>
public Boolean hasOptional()
hasOptional
in interface V1SecretEnvSourceFluent<A extends V1SecretEnvSourceFluent<A>>
public A withNewOptional(String arg1)
withNewOptional
in interface V1SecretEnvSourceFluent<A extends V1SecretEnvSourceFluent<A>>
public A withNewOptional(boolean arg1)
withNewOptional
in interface V1SecretEnvSourceFluent<A extends V1SecretEnvSourceFluent<A>>
Copyright © 2020. All rights reserved.