Package io.fabric8.kubernetes.api.model
Class SysctlFluentImpl<A extends SysctlFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.SysctlFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,SysctlFluent<A>
- Direct Known Subclasses:
PodSecurityContextFluentImpl.SysctlsNestedImpl
,SysctlBuilder
,WatchEventFluentImpl.SysctlObjectNestedImpl
public class SysctlFluentImpl<A extends SysctlFluent<A>> extends BaseFluent<A> implements SysctlFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description SysctlFluentImpl()
SysctlFluentImpl(Sysctl instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
String
getValue()
int
hashCode()
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 Detail
-
SysctlFluentImpl
public SysctlFluentImpl()
-
SysctlFluentImpl
public SysctlFluentImpl(Sysctl instance)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withName
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasName
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewName
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewName
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewName
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
getValue
public String getValue()
- Specified by:
getValue
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withValue
public A withValue(String value)
- Specified by:
withValue
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
hasValue
public Boolean hasValue()
- Specified by:
hasValue
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewValue
public A withNewValue(String arg1)
- Specified by:
withNewValue
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewValue
public A withNewValue(StringBuilder arg1)
- Specified by:
withNewValue
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
withNewValue
public A withNewValue(StringBuffer arg1)
- Specified by:
withNewValue
in interfaceSysctlFluent<A extends SysctlFluent<A>>
-
-