public class LinkFluentImpl<A extends LinkFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements LinkFluent<A>
| Constructor and Description |
|---|
LinkFluentImpl() |
LinkFluentImpl(Link 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 |
getHref() |
String |
getText() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasHref() |
Boolean |
hasText() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withHref(String href) |
A |
withText(String text) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic LinkFluentImpl()
public LinkFluentImpl(Link instance)
public String getHref()
getHref in interface LinkFluent<A extends LinkFluent<A>>public A withHref(String href)
withHref in interface LinkFluent<A extends LinkFluent<A>>public Boolean hasHref()
hasHref in interface LinkFluent<A extends LinkFluent<A>>public String getText()
getText in interface LinkFluent<A extends LinkFluent<A>>public A withText(String text)
withText in interface LinkFluent<A extends LinkFluent<A>>public Boolean hasText()
hasText in interface LinkFluent<A extends LinkFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface LinkFluent<A extends LinkFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface LinkFluent<A extends LinkFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface LinkFluent<A extends LinkFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface LinkFluent<A extends LinkFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface LinkFluent<A extends LinkFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface LinkFluent<A extends LinkFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface LinkFluent<A extends LinkFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends LinkFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends LinkFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.