public class BIOSFluentImpl<A extends BIOSFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements BIOSFluent<A>
| Constructor and Description |
|---|
BIOSFluentImpl() |
BIOSFluentImpl(BIOS instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDate() |
String |
getVendor() |
String |
getVersion() |
Boolean |
hasDate() |
int |
hashCode() |
Boolean |
hasVendor() |
Boolean |
hasVersion() |
A |
withDate(String date) |
A |
withNewDate(String arg0)
Deprecated.
|
A |
withNewVendor(String arg0)
Deprecated.
|
A |
withNewVersion(String arg0)
Deprecated.
|
A |
withVendor(String vendor) |
A |
withVersion(String version) |
public BIOSFluentImpl()
public BIOSFluentImpl(BIOS instance)
public String getDate()
getDate in interface BIOSFluent<A extends BIOSFluent<A>>public A withDate(String date)
withDate in interface BIOSFluent<A extends BIOSFluent<A>>public Boolean hasDate()
hasDate in interface BIOSFluent<A extends BIOSFluent<A>>@Deprecated public A withNewDate(String arg0)
withNewDate in interface BIOSFluent<A extends BIOSFluent<A>>public String getVendor()
getVendor in interface BIOSFluent<A extends BIOSFluent<A>>public A withVendor(String vendor)
withVendor in interface BIOSFluent<A extends BIOSFluent<A>>public Boolean hasVendor()
hasVendor in interface BIOSFluent<A extends BIOSFluent<A>>@Deprecated public A withNewVendor(String arg0)
withNewVendor in interface BIOSFluent<A extends BIOSFluent<A>>public String getVersion()
getVersion in interface BIOSFluent<A extends BIOSFluent<A>>public A withVersion(String version)
withVersion in interface BIOSFluent<A extends BIOSFluent<A>>public Boolean hasVersion()
hasVersion in interface BIOSFluent<A extends BIOSFluent<A>>@Deprecated public A withNewVersion(String arg0)
withNewVersion in interface BIOSFluent<A extends BIOSFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.