public class NodeSystemInfoFluentImpl<T extends NodeSystemInfoFluent<T>> extends BaseFluent<T> implements NodeSystemInfoFluent<T>
_visitables| Constructor and Description |
|---|
NodeSystemInfoFluentImpl() |
NodeSystemInfoFluentImpl(NodeSystemInfo instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getBootID() |
String |
getContainerRuntimeVersion() |
String |
getKernelVersion() |
String |
getKubeletVersion() |
String |
getKubeProxyVersion() |
String |
getMachineID() |
String |
getOsImage() |
String |
getSystemUUID() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withBootID(String bootID) |
T |
withContainerRuntimeVersion(String containerRuntimeVersion) |
T |
withKernelVersion(String kernelVersion) |
T |
withKubeletVersion(String kubeletVersion) |
T |
withKubeProxyVersion(String kubeProxyVersion) |
T |
withMachineID(String machineID) |
T |
withOsImage(String osImage) |
T |
withSystemUUID(String systemUUID) |
public NodeSystemInfoFluentImpl()
public NodeSystemInfoFluentImpl(NodeSystemInfo instance)
public String getBootID()
getBootID in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public T withBootID(String bootID)
withBootID in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public String getContainerRuntimeVersion()
getContainerRuntimeVersion in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public T withContainerRuntimeVersion(String containerRuntimeVersion)
withContainerRuntimeVersion in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public String getKernelVersion()
getKernelVersion in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public T withKernelVersion(String kernelVersion)
withKernelVersion in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public String getKubeProxyVersion()
getKubeProxyVersion in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public T withKubeProxyVersion(String kubeProxyVersion)
withKubeProxyVersion in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public String getKubeletVersion()
getKubeletVersion in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public T withKubeletVersion(String kubeletVersion)
withKubeletVersion in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public String getMachineID()
getMachineID in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public T withMachineID(String machineID)
withMachineID in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public String getOsImage()
getOsImage in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public T withOsImage(String osImage)
withOsImage in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public String getSystemUUID()
getSystemUUID in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public T withSystemUUID(String systemUUID)
withSystemUUID in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NodeSystemInfoFluent<T extends NodeSystemInfoFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.