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 |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getUrl() |
Boolean |
hasDescription() |
int |
hashCode() |
Boolean |
hasUrl() |
A |
withDescription(String description) |
A |
withNewDescription(String arg0)
Deprecated.
|
A |
withNewUrl(String arg0)
Deprecated.
|
A |
withUrl(String url) |
public LinkFluentImpl()
public LinkFluentImpl(Link instance)
public String getDescription()
getDescription in interface LinkFluent<A extends LinkFluent<A>>public A withDescription(String description)
withDescription in interface LinkFluent<A extends LinkFluent<A>>public Boolean hasDescription()
hasDescription in interface LinkFluent<A extends LinkFluent<A>>@Deprecated public A withNewDescription(String arg0)
withNewDescription in interface LinkFluent<A extends LinkFluent<A>>public String getUrl()
getUrl in interface LinkFluent<A extends LinkFluent<A>>public A withUrl(String url)
withUrl in interface LinkFluent<A extends LinkFluent<A>>public Boolean hasUrl()
hasUrl in interface LinkFluent<A extends LinkFluent<A>>@Deprecated public A withNewUrl(String arg0)
withNewUrl in interface LinkFluent<A extends LinkFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.