public class HardwareSystemVendorFluent<A extends HardwareSystemVendorFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
HardwareSystemVendorFluent() |
HardwareSystemVendorFluent(HardwareSystemVendor instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(HardwareSystemVendor instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getManufacturer() |
String |
getProductName() |
String |
getSerialNumber() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasManufacturer() |
boolean |
hasProductName() |
boolean |
hasSerialNumber() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withManufacturer(String manufacturer) |
A |
withProductName(String productName) |
A |
withSerialNumber(String serialNumber) |
public HardwareSystemVendorFluent()
public HardwareSystemVendorFluent(HardwareSystemVendor instance)
protected void copyInstance(HardwareSystemVendor instance)
public String getManufacturer()
public boolean hasManufacturer()
public String getProductName()
public boolean hasProductName()
public String getSerialNumber()
public boolean hasSerialNumber()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HardwareSystemVendorFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HardwareSystemVendorFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.