public class StressInstanceFluent<A extends StressInstanceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
StressInstanceFluent() |
StressInstanceFluent(StressInstance instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(StressInstance instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getMemoryStartTime() |
String |
getMemoryUid() |
String |
getStartTime() |
String |
getUid() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasMemoryStartTime() |
boolean |
hasMemoryUid() |
boolean |
hasStartTime() |
boolean |
hasUid() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withMemoryStartTime(String memoryStartTime) |
A |
withMemoryUid(String memoryUid) |
A |
withStartTime(String startTime) |
A |
withUid(String uid) |
public StressInstanceFluent()
public StressInstanceFluent(StressInstance instance)
protected void copyInstance(StressInstance instance)
public String getMemoryStartTime()
public boolean hasMemoryStartTime()
public String getMemoryUid()
public boolean hasMemoryUid()
public String getStartTime()
public boolean hasStartTime()
public String getUid()
public boolean hasUid()
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 StressInstanceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StressInstanceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.