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(java.lang.Object o) |
java.lang.String |
getArchitecture() |
java.lang.String |
getBootID() |
java.lang.String |
getContainerRuntimeVersion() |
java.lang.String |
getKernelVersion() |
java.lang.String |
getKubeletVersion() |
java.lang.String |
getKubeProxyVersion() |
java.lang.String |
getMachineID() |
java.lang.String |
getOperatingSystem() |
java.lang.String |
getOsImage() |
java.lang.String |
getSystemUUID() |
java.lang.Boolean |
hasArchitecture() |
java.lang.Boolean |
hasBootID() |
java.lang.Boolean |
hasContainerRuntimeVersion() |
java.lang.Boolean |
hasKernelVersion() |
java.lang.Boolean |
hasKubeletVersion() |
java.lang.Boolean |
hasKubeProxyVersion() |
java.lang.Boolean |
hasMachineID() |
java.lang.Boolean |
hasOperatingSystem() |
java.lang.Boolean |
hasOsImage() |
java.lang.Boolean |
hasSystemUUID() |
A |
withArchitecture(java.lang.String architecture) |
A |
withBootID(java.lang.String bootID) |
A |
withContainerRuntimeVersion(java.lang.String containerRuntimeVersion) |
A |
withKernelVersion(java.lang.String kernelVersion) |
A |
withKubeletVersion(java.lang.String kubeletVersion) |
A |
withKubeProxyVersion(java.lang.String kubeProxyVersion) |
A |
withMachineID(java.lang.String machineID) |
A |
withNewArchitecture(java.lang.String arg1) |
A |
withNewArchitecture(java.lang.StringBuffer arg1) |
A |
withNewArchitecture(java.lang.StringBuilder arg1) |
A |
withNewBootID(java.lang.String arg1) |
A |
withNewBootID(java.lang.StringBuffer arg1) |
A |
withNewBootID(java.lang.StringBuilder arg1) |
A |
withNewContainerRuntimeVersion(java.lang.String arg1) |
A |
withNewContainerRuntimeVersion(java.lang.StringBuffer arg1) |
A |
withNewContainerRuntimeVersion(java.lang.StringBuilder arg1) |
A |
withNewKernelVersion(java.lang.String arg1) |
A |
withNewKernelVersion(java.lang.StringBuffer arg1) |
A |
withNewKernelVersion(java.lang.StringBuilder arg1) |
A |
withNewKubeletVersion(java.lang.String arg1) |
A |
withNewKubeletVersion(java.lang.StringBuffer arg1) |
A |
withNewKubeletVersion(java.lang.StringBuilder arg1) |
A |
withNewKubeProxyVersion(java.lang.String arg1) |
A |
withNewKubeProxyVersion(java.lang.StringBuffer arg1) |
A |
withNewKubeProxyVersion(java.lang.StringBuilder arg1) |
A |
withNewMachineID(java.lang.String arg1) |
A |
withNewMachineID(java.lang.StringBuffer arg1) |
A |
withNewMachineID(java.lang.StringBuilder arg1) |
A |
withNewOperatingSystem(java.lang.String arg1) |
A |
withNewOperatingSystem(java.lang.StringBuffer arg1) |
A |
withNewOperatingSystem(java.lang.StringBuilder arg1) |
A |
withNewOsImage(java.lang.String arg1) |
A |
withNewOsImage(java.lang.StringBuffer arg1) |
A |
withNewOsImage(java.lang.StringBuilder arg1) |
A |
withNewSystemUUID(java.lang.String arg1) |
A |
withNewSystemUUID(java.lang.StringBuffer arg1) |
A |
withNewSystemUUID(java.lang.StringBuilder arg1) |
A |
withOperatingSystem(java.lang.String operatingSystem) |
A |
withOsImage(java.lang.String osImage) |
A |
withSystemUUID(java.lang.String systemUUID) |
public NodeSystemInfoFluentImpl()
public NodeSystemInfoFluentImpl(NodeSystemInfo instance)
public java.lang.String getArchitecture()
getArchitecture in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withArchitecture(java.lang.String architecture)
withArchitecture in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.Boolean hasArchitecture()
hasArchitecture in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewArchitecture(java.lang.String arg1)
withNewArchitecture in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewArchitecture(java.lang.StringBuilder arg1)
withNewArchitecture in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewArchitecture(java.lang.StringBuffer arg1)
withNewArchitecture in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.String getBootID()
getBootID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withBootID(java.lang.String bootID)
withBootID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.Boolean hasBootID()
hasBootID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewBootID(java.lang.String arg1)
withNewBootID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewBootID(java.lang.StringBuilder arg1)
withNewBootID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewBootID(java.lang.StringBuffer arg1)
withNewBootID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.String getContainerRuntimeVersion()
getContainerRuntimeVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withContainerRuntimeVersion(java.lang.String containerRuntimeVersion)
withContainerRuntimeVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.Boolean hasContainerRuntimeVersion()
hasContainerRuntimeVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewContainerRuntimeVersion(java.lang.String arg1)
withNewContainerRuntimeVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewContainerRuntimeVersion(java.lang.StringBuilder arg1)
withNewContainerRuntimeVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewContainerRuntimeVersion(java.lang.StringBuffer arg1)
withNewContainerRuntimeVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.String getKernelVersion()
getKernelVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withKernelVersion(java.lang.String kernelVersion)
withKernelVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.Boolean hasKernelVersion()
hasKernelVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewKernelVersion(java.lang.String arg1)
withNewKernelVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewKernelVersion(java.lang.StringBuilder arg1)
withNewKernelVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewKernelVersion(java.lang.StringBuffer arg1)
withNewKernelVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.String getKubeProxyVersion()
getKubeProxyVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withKubeProxyVersion(java.lang.String kubeProxyVersion)
withKubeProxyVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.Boolean hasKubeProxyVersion()
hasKubeProxyVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewKubeProxyVersion(java.lang.String arg1)
withNewKubeProxyVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewKubeProxyVersion(java.lang.StringBuilder arg1)
withNewKubeProxyVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewKubeProxyVersion(java.lang.StringBuffer arg1)
withNewKubeProxyVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.String getKubeletVersion()
getKubeletVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withKubeletVersion(java.lang.String kubeletVersion)
withKubeletVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.Boolean hasKubeletVersion()
hasKubeletVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewKubeletVersion(java.lang.String arg1)
withNewKubeletVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewKubeletVersion(java.lang.StringBuilder arg1)
withNewKubeletVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewKubeletVersion(java.lang.StringBuffer arg1)
withNewKubeletVersion in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.String getMachineID()
getMachineID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withMachineID(java.lang.String machineID)
withMachineID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.Boolean hasMachineID()
hasMachineID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewMachineID(java.lang.String arg1)
withNewMachineID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewMachineID(java.lang.StringBuilder arg1)
withNewMachineID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewMachineID(java.lang.StringBuffer arg1)
withNewMachineID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.String getOperatingSystem()
getOperatingSystem in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withOperatingSystem(java.lang.String operatingSystem)
withOperatingSystem in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.Boolean hasOperatingSystem()
hasOperatingSystem in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewOperatingSystem(java.lang.String arg1)
withNewOperatingSystem in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewOperatingSystem(java.lang.StringBuilder arg1)
withNewOperatingSystem in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewOperatingSystem(java.lang.StringBuffer arg1)
withNewOperatingSystem in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.String getOsImage()
getOsImage in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withOsImage(java.lang.String osImage)
withOsImage in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.Boolean hasOsImage()
hasOsImage in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewOsImage(java.lang.String arg1)
withNewOsImage in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewOsImage(java.lang.StringBuilder arg1)
withNewOsImage in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewOsImage(java.lang.StringBuffer arg1)
withNewOsImage in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.String getSystemUUID()
getSystemUUID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withSystemUUID(java.lang.String systemUUID)
withSystemUUID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public java.lang.Boolean hasSystemUUID()
hasSystemUUID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewSystemUUID(java.lang.String arg1)
withNewSystemUUID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewSystemUUID(java.lang.StringBuilder arg1)
withNewSystemUUID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public A withNewSystemUUID(java.lang.StringBuffer arg1)
withNewSystemUUID in interface NodeSystemInfoFluent<A extends NodeSystemInfoFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.