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