public class SysctlFluentImpl<A extends SysctlFluent<A>> extends BaseFluent<A> implements SysctlFluent<A>
_visitables| Constructor and Description |
|---|
SysctlFluentImpl() |
SysctlFluentImpl(Sysctl instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getValue() |
Boolean |
hasName() |
Boolean |
hasValue() |
A |
withName(String name) |
A |
withValue(String value) |
public 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>>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>>Copyright © 2015–2019 Red Hat. All rights reserved.