public class NodeSystemInfoFluentImpl<A extends NodeSystemInfoFluent<A>> extends BaseFluent<A> implements NodeSystemInfoFluent<A>
_visitables| Constructor and Description |
|---|
NodeSystemInfoFluentImpl() |
NodeSystemInfoFluentImpl(NodeSystemInfo instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArchitecture() |
String |
getBootID() |
String |
getContainerRuntimeVersion() |
String |
getKernelVersion() |
String |
getKubeletVersion() |
String |
getKubeProxyVersion() |
String |
getMachineID() |
String |
getOperatingSystem() |
String |
getOsImage() |
String |
getSystemUUID() |
A |
withArchitecture(String architecture) |
A |
withBootID(String bootID) |
A |
withContainerRuntimeVersion(String containerRuntimeVersion) |
A |
withKernelVersion(String kernelVersion) |
A |
withKubeletVersion(String kubeletVersion) |
A |
withKubeProxyVersion(String kubeProxyVersion) |
A |
withMachineID(String machineID) |
A |
withOperatingSystem(String operatingSystem) |
A |
withOsImage(String osImage) |
A |
withSystemUUID(String systemUUID) |
public NodeSystemInfoFluentImpl()
public NodeSystemInfoFluentImpl(NodeSystemInfo instance)
public String getArchitecture()
getArchitecture in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withArchitecture(String architecture)
withArchitecture in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public String getBootID()
getBootID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withBootID(String bootID)
withBootID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public String getContainerRuntimeVersion()
getContainerRuntimeVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withContainerRuntimeVersion(String containerRuntimeVersion)
withContainerRuntimeVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public String getKernelVersion()
getKernelVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withKernelVersion(String kernelVersion)
withKernelVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public String getKubeProxyVersion()
getKubeProxyVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withKubeProxyVersion(String kubeProxyVersion)
withKubeProxyVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public String getKubeletVersion()
getKubeletVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withKubeletVersion(String kubeletVersion)
withKubeletVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public String getMachineID()
getMachineID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withMachineID(String machineID)
withMachineID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public String getOperatingSystem()
getOperatingSystem in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withOperatingSystem(String operatingSystem)
withOperatingSystem in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public String getOsImage()
getOsImage in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withOsImage(String osImage)
withOsImage in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public String getSystemUUID()
getSystemUUID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withSystemUUID(String systemUUID)
withSystemUUID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.