public class V1ExternalDocumentationFluentImpl<A extends V1ExternalDocumentationFluent<A>> extends BaseFluent<A> implements V1ExternalDocumentationFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1ExternalDocumentationFluentImpl() |
V1ExternalDocumentationFluentImpl(io.kubernetes.client.openapi.models.V1ExternalDocumentation instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getUrl() |
Boolean |
hasDescription() |
int |
hashCode() |
Boolean |
hasUrl() |
String |
toString() |
A |
withDescription(String description) |
A |
withUrl(String url) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1ExternalDocumentationFluentImpl()
public V1ExternalDocumentationFluentImpl(io.kubernetes.client.openapi.models.V1ExternalDocumentation instance)
public String getDescription()
getDescription in interface V1ExternalDocumentationFluent<A extends V1ExternalDocumentationFluent<A>>public A withDescription(String description)
withDescription in interface V1ExternalDocumentationFluent<A extends V1ExternalDocumentationFluent<A>>public Boolean hasDescription()
hasDescription in interface V1ExternalDocumentationFluent<A extends V1ExternalDocumentationFluent<A>>public String getUrl()
getUrl in interface V1ExternalDocumentationFluent<A extends V1ExternalDocumentationFluent<A>>public A withUrl(String url)
withUrl in interface V1ExternalDocumentationFluent<A extends V1ExternalDocumentationFluent<A>>public Boolean hasUrl()
hasUrl in interface V1ExternalDocumentationFluent<A extends V1ExternalDocumentationFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1ExternalDocumentationFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1ExternalDocumentationFluent<A>>Copyright © 2022. All rights reserved.