public class SysctlFluentImpl<A extends SysctlFluent<A>> extends BaseFluent<A> implements SysctlFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
SysctlFluentImpl() |
SysctlFluentImpl(Sysctl instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getValue() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasValue() |
A |
withName(String name) |
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
A |
withValue(String value) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic SysctlFluentImpl()
public SysctlFluentImpl(Sysctl instance)
public String getName()
getName in interface SysctlFluent<A extends SysctlFluent<A>>public A withName(String name)
withName in interface SysctlFluent<A extends SysctlFluent<A>>public Boolean hasName()
hasName in interface SysctlFluent<A extends SysctlFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface SysctlFluent<A extends SysctlFluent<A>>public String getValue()
getValue in interface SysctlFluent<A extends SysctlFluent<A>>public A withValue(String value)
withValue in interface SysctlFluent<A extends SysctlFluent<A>>public Boolean hasValue()
hasValue in interface SysctlFluent<A extends SysctlFluent<A>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface SysctlFluent<A extends SysctlFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.