public class IconFluentImpl<A extends IconFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IconFluent<A>
| Constructor and Description |
|---|
IconFluentImpl() |
IconFluentImpl(Icon 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 |
getBase64data() |
String |
getMediatype() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasBase64data() |
int |
hashCode() |
Boolean |
hasMediatype() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withBase64data(String base64data) |
A |
withMediatype(String mediatype) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IconFluentImpl()
public IconFluentImpl(Icon instance)
public String getBase64data()
getBase64data in interface IconFluent<A extends IconFluent<A>>public A withBase64data(String base64data)
withBase64data in interface IconFluent<A extends IconFluent<A>>public Boolean hasBase64data()
hasBase64data in interface IconFluent<A extends IconFluent<A>>public String getMediatype()
getMediatype in interface IconFluent<A extends IconFluent<A>>public A withMediatype(String mediatype)
withMediatype in interface IconFluent<A extends IconFluent<A>>public Boolean hasMediatype()
hasMediatype in interface IconFluent<A extends IconFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IconFluent<A extends IconFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IconFluent<A extends IconFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IconFluent<A extends IconFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IconFluent<A extends IconFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IconFluent<A extends IconFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IconFluent<A extends IconFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface IconFluent<A extends IconFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IconFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IconFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.