Package io.fabric8.kubernetes.api.model
Class ExecEnvVarFluentImpl<A extends ExecEnvVarFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ExecEnvVarFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,ExecEnvVarFluent<A>
- Direct Known Subclasses:
DoneableExecEnvVar
,ExecConfigFluentImpl.EnvNestedImpl
,ExecEnvVarBuilder
,WatchEventFluentImpl.ExecEnvVarObjectNestedImpl
public class ExecEnvVarFluentImpl<A extends ExecEnvVarFluent<A>> extends BaseFluent<A> implements ExecEnvVarFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ExecEnvVarFluentImpl()
ExecEnvVarFluentImpl(ExecEnvVar instance)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getName()
String
getValue()
Boolean
hasName()
Boolean
hasValue()
A
withName(String name)
A
withNewName(String arg1)
A
withNewName(StringBuffer arg1)
A
withNewName(StringBuilder arg1)
A
withNewValue(String arg1)
A
withNewValue(StringBuffer arg1)
A
withNewValue(StringBuilder arg1)
A
withValue(String value)
-
Constructor Details
-
ExecEnvVarFluentImpl
public ExecEnvVarFluentImpl() -
ExecEnvVarFluentImpl
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withName
- Specified by:
withName
in interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
getValue
- Specified by:
getValue
in interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withValue
- Specified by:
withValue
in interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
hasValue
- Specified by:
hasValue
in interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withNewValue
- Specified by:
withNewValue
in interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withNewValue
- Specified by:
withNewValue
in interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
withNewValue
- Specified by:
withNewValue
in interfaceExecEnvVarFluent<A extends ExecEnvVarFluent<A>>
-
equals
-