public class ImageSpecFluent<A extends ImageSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ImageSpecFluent() |
ImageSpecFluent(ImageSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(ImageSpec instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getSize() |
String |
getSrc() |
String |
getType() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasSize() |
boolean |
hasSrc() |
boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withSize(String size) |
A |
withSrc(String src) |
A |
withType(String type) |
public ImageSpecFluent()
public ImageSpecFluent(ImageSpec instance)
protected void copyInstance(ImageSpec instance)
public String getSize()
public boolean hasSize()
public String getSrc()
public boolean hasSrc()
public String getType()
public boolean hasType()
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 ImageSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageSpecFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.