Package io.strimzi.api.kafka.model
Class SystemPropertyBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.SystemPropertyFluentImpl<SystemPropertyBuilder>
-
- io.strimzi.api.kafka.model.SystemPropertyBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<SystemProperty>,io.fabric8.kubernetes.api.builder.Fluent<SystemPropertyBuilder>,io.fabric8.kubernetes.api.builder.Visitable<SystemPropertyBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<SystemProperty,SystemPropertyBuilder>,SystemPropertyFluent<SystemPropertyBuilder>
public class SystemPropertyBuilder extends SystemPropertyFluentImpl<SystemPropertyBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<SystemProperty,SystemPropertyBuilder>
-
-
Constructor Summary
Constructors Constructor Description SystemPropertyBuilder()SystemPropertyBuilder(SystemProperty instance)SystemPropertyBuilder(SystemPropertyFluent<?> fluent)SystemPropertyBuilder(SystemPropertyFluent<?> fluent, SystemProperty instance)SystemPropertyBuilder(SystemPropertyFluent<?> fluent, SystemProperty instance, Boolean validationEnabled)SystemPropertyBuilder(SystemPropertyFluent<?> fluent, Boolean validationEnabled)SystemPropertyBuilder(SystemProperty instance, Boolean validationEnabled)SystemPropertyBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemPropertybuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.strimzi.api.kafka.model.SystemPropertyFluentImpl
getName, getValue, hasName, hasValue, withName, withNewName, withNewName, withNewName, withNewName, withNewName, withNewName, withNewName, withNewName, withNewName, withNewName, withNewValue, withNewValue, withNewValue, withNewValue, withNewValue, withNewValue, withNewValue, withNewValue, withNewValue, withNewValue, withValue
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
SystemPropertyBuilder
public SystemPropertyBuilder()
-
SystemPropertyBuilder
public SystemPropertyBuilder(Boolean validationEnabled)
-
SystemPropertyBuilder
public SystemPropertyBuilder(SystemPropertyFluent<?> fluent)
-
SystemPropertyBuilder
public SystemPropertyBuilder(SystemPropertyFluent<?> fluent, Boolean validationEnabled)
-
SystemPropertyBuilder
public SystemPropertyBuilder(SystemPropertyFluent<?> fluent, SystemProperty instance)
-
SystemPropertyBuilder
public SystemPropertyBuilder(SystemPropertyFluent<?> fluent, SystemProperty instance, Boolean validationEnabled)
-
SystemPropertyBuilder
public SystemPropertyBuilder(SystemProperty instance)
-
SystemPropertyBuilder
public SystemPropertyBuilder(SystemProperty instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public SystemProperty build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<SystemProperty>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSystemPropertyFluentImpl<SystemPropertyBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSystemPropertyFluentImpl<SystemPropertyBuilder>
-
-