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 |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
String |
getValue() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasValue() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
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>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface SysctlFluent<A extends SysctlFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface SysctlFluent<A extends SysctlFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface SysctlFluent<A extends SysctlFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface SysctlFluent<A extends SysctlFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface SysctlFluent<A extends SysctlFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface SysctlFluent<A extends SysctlFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface SysctlFluent<A extends SysctlFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.