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 |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDate() |
String |
getVendor() |
String |
getVersion() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasDate() |
int |
hashCode() |
Boolean |
hasVendor() |
Boolean |
hasVersion() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
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>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface BIOSFluent<A extends BIOSFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface BIOSFluent<A extends BIOSFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface BIOSFluent<A extends BIOSFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface BIOSFluent<A extends BIOSFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface BIOSFluent<A extends BIOSFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface BIOSFluent<A extends BIOSFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface BIOSFluent<A extends BIOSFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.