Package io.strimzi.api.kafka.model
Class SystemPropertyFluentImpl<A extends SystemPropertyFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.SystemPropertyFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,SystemPropertyFluent<A>
- Direct Known Subclasses:
JvmOptionsFluentImpl.JavaSystemPropertiesNestedImpl,SystemPropertyBuilder
public class SystemPropertyFluentImpl<A extends SystemPropertyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SystemPropertyFluent<A>
Representation for SystemProperty variables for Strimzi containers.
-
-
Constructor Summary
Constructors Constructor Description SystemPropertyFluentImpl()SystemPropertyFluentImpl(SystemProperty instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()StringgetValue()inthashCode()BooleanhasName()BooleanhasValue()AwithName(String name)AwithNewName(String original)Deprecated.AwithNewValue(String original)Deprecated.AwithValue(String value)
-
-
-
Constructor Detail
-
SystemPropertyFluentImpl
public SystemPropertyFluentImpl()
-
SystemPropertyFluentImpl
public SystemPropertyFluentImpl(SystemProperty instance)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewName
@Deprecated public A withNewName(String original)
Deprecated.- Specified by:
withNewNamein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
getValue
public String getValue()
- Specified by:
getValuein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withValue
public A withValue(String value)
- Specified by:
withValuein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
hasValue
public Boolean hasValue()
- Specified by:
hasValuein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewValue
@Deprecated public A withNewValue(String original)
Deprecated.- Specified by:
withNewValuein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
-