public class ExecEnvVarFluentImpl<A extends ExecEnvVarFluent<A>> extends BaseFluent<A> implements ExecEnvVarFluent<A>
_visitables| Constructor and Description |
|---|
ExecEnvVarFluentImpl() |
ExecEnvVarFluentImpl(ExecEnvVar instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getValue() |
Boolean |
hasName() |
Boolean |
hasValue() |
A |
withName(String name) |
A |
withValue(String value) |
public ExecEnvVarFluentImpl()
public ExecEnvVarFluentImpl(ExecEnvVar instance)
public String getName()
getName in interface ExecEnvVarFluent<A extends ExecEnvVarFluent<A>>public A withName(String name)
withName in interface ExecEnvVarFluent<A extends ExecEnvVarFluent<A>>public Boolean hasName()
hasName in interface ExecEnvVarFluent<A extends ExecEnvVarFluent<A>>public String getValue()
getValue in interface ExecEnvVarFluent<A extends ExecEnvVarFluent<A>>public A withValue(String value)
withValue in interface ExecEnvVarFluent<A extends ExecEnvVarFluent<A>>public Boolean hasValue()
hasValue in interface ExecEnvVarFluent<A extends ExecEnvVarFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.