public class RunResultFluent<A extends RunResultFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
RunResultFluent() |
RunResultFluent(RunResult instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(RunResult instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getKey() |
String |
getResourceName() |
Integer |
getType() |
String |
getValue() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasKey() |
boolean |
hasResourceName() |
boolean |
hasType() |
boolean |
hasValue() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withKey(String key) |
A |
withResourceName(String resourceName) |
A |
withType(Integer type) |
A |
withValue(String value) |
public RunResultFluent()
public RunResultFluent(RunResult instance)
protected void copyInstance(RunResult instance)
public String getKey()
public boolean hasKey()
public String getResourceName()
public boolean hasResourceName()
public Integer getType()
public boolean hasType()
public String getValue()
public boolean hasValue()
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 RunResultFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RunResultFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.