public class ImageLabelFluentImpl<A extends ImageLabelFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageLabelFluent<A>
| Constructor and Description |
|---|
ImageLabelFluentImpl() |
ImageLabelFluentImpl(ImageLabel instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
String |
getValue() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasValue() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withName(String name) |
A |
withValue(String value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ImageLabelFluentImpl()
public ImageLabelFluentImpl(ImageLabel instance)
public String getName()
getName in interface ImageLabelFluent<A extends ImageLabelFluent<A>>public A withName(String name)
withName in interface ImageLabelFluent<A extends ImageLabelFluent<A>>public Boolean hasName()
hasName in interface ImageLabelFluent<A extends ImageLabelFluent<A>>public String getValue()
getValue in interface ImageLabelFluent<A extends ImageLabelFluent<A>>public A withValue(String value)
withValue in interface ImageLabelFluent<A extends ImageLabelFluent<A>>public Boolean hasValue()
hasValue in interface ImageLabelFluent<A extends ImageLabelFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ImageLabelFluent<A extends ImageLabelFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ImageLabelFluent<A extends ImageLabelFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ImageLabelFluent<A extends ImageLabelFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ImageLabelFluent<A extends ImageLabelFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ImageLabelFluent<A extends ImageLabelFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ImageLabelFluent<A extends ImageLabelFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ImageLabelFluent<A extends ImageLabelFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageLabelFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageLabelFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.