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>
-
-
Constructor Summary
Constructors Constructor Description SystemPropertyFluentImpl()SystemPropertyFluentImpl(SystemProperty instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()StringgetValue()inthashCode()BooleanhasName()BooleanhasValue()AwithName(String name)AwithNewName(byte[] arg1)AwithNewName(byte[] arg1, int arg2)AwithNewName(byte[] arg1, int arg2, int arg3)AwithNewName(byte[] arg1, int arg2, int arg3, int arg4)AwithNewName(char[] arg1)AwithNewName(char[] arg1, int arg2, int arg3)AwithNewName(int[] arg1, int arg2, int arg3)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewValue(byte[] arg1)AwithNewValue(byte[] arg1, int arg2)AwithNewValue(byte[] arg1, int arg2, int arg3)AwithNewValue(byte[] arg1, int arg2, int arg3, int arg4)AwithNewValue(char[] arg1)AwithNewValue(char[] arg1, int arg2, int arg3)AwithNewValue(int[] arg1, int arg2, int arg3)AwithNewValue(String arg1)AwithNewValue(StringBuffer arg1)AwithNewValue(StringBuilder arg1)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
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewName
public A withNewName(int[] arg1, int arg2, int arg3)
- Specified by:
withNewNamein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewName
public A withNewName(char[] arg1)
- Specified by:
withNewNamein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewName
public A withNewName(byte[] arg1, int arg2)
- Specified by:
withNewNamein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewName
public A withNewName(byte[] arg1)
- Specified by:
withNewNamein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewName
public A withNewName(char[] arg1, int arg2, int arg3)
- Specified by:
withNewNamein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewName
public A withNewName(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewNamein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewName
public A withNewName(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewNamein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewName
public A withNewName(String arg1)
- 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
public A withNewValue(StringBuilder arg1)
- Specified by:
withNewValuein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewValue
public A withNewValue(int[] arg1, int arg2, int arg3)
- Specified by:
withNewValuein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewValue
public A withNewValue(char[] arg1)
- Specified by:
withNewValuein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewValue
public A withNewValue(StringBuffer arg1)
- Specified by:
withNewValuein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewValue
public A withNewValue(byte[] arg1, int arg2)
- Specified by:
withNewValuein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewValue
public A withNewValue(byte[] arg1)
- Specified by:
withNewValuein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewValue
public A withNewValue(char[] arg1, int arg2, int arg3)
- Specified by:
withNewValuein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewValue
public A withNewValue(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewValuein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewValue
public A withNewValue(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewValuein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
withNewValue
public A withNewValue(String arg1)
- Specified by:
withNewValuein interfaceSystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
-