public class IconFluent<A extends IconFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
IconFluent() |
IconFluent(Icon instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(Icon instance) |
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) |
public IconFluent()
public IconFluent(Icon instance)
protected void copyInstance(Icon instance)
public String getBase64data()
public boolean hasBase64data()
public String getMediatype()
public boolean hasMediatype()
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 IconFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IconFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.