public class ExternalDocumentationFluentImpl<A extends ExternalDocumentationFluent<A>> extends BaseFluent<A> implements ExternalDocumentationFluent<A>
_visitables| Constructor and Description |
|---|
ExternalDocumentationFluentImpl() |
ExternalDocumentationFluentImpl(ExternalDocumentation instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getUrl() |
Boolean |
hasDescription() |
Boolean |
hasUrl() |
A |
withDescription(String description) |
A |
withUrl(String url) |
public ExternalDocumentationFluentImpl()
public ExternalDocumentationFluentImpl(ExternalDocumentation instance)
public String getDescription()
getDescription in interface ExternalDocumentationFluent<A extends ExternalDocumentationFluent<A>>public A withDescription(String description)
withDescription in interface ExternalDocumentationFluent<A extends ExternalDocumentationFluent<A>>public Boolean hasDescription()
hasDescription in interface ExternalDocumentationFluent<A extends ExternalDocumentationFluent<A>>public String getUrl()
getUrl in interface ExternalDocumentationFluent<A extends ExternalDocumentationFluent<A>>public A withUrl(String url)
withUrl in interface ExternalDocumentationFluent<A extends ExternalDocumentationFluent<A>>public Boolean hasUrl()
hasUrl in interface ExternalDocumentationFluent<A extends ExternalDocumentationFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.