public class StressMemorySpecFluent<A extends StressMemorySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
StressMemorySpecFluent() |
StressMemorySpecFluent(StressMemorySpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(StressMemorySpec instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getOptions() |
String |
getSize() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasOptions() |
boolean |
hasSize() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withOptions(String options) |
A |
withSize(String size) |
public StressMemorySpecFluent()
public StressMemorySpecFluent(StressMemorySpec instance)
protected void copyInstance(StressMemorySpec instance)
public String getOptions()
public boolean hasOptions()
public String getSize()
public boolean hasSize()
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 StressMemorySpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StressMemorySpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.