public class V1ExternalDocumentationFluentImpl<A extends V1ExternalDocumentationFluent<A>> extends BaseFluent<A> implements V1ExternalDocumentationFluent<A>
_visitables
Constructor and Description |
---|
V1ExternalDocumentationFluentImpl() |
V1ExternalDocumentationFluentImpl(V1ExternalDocumentation 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 arg1) |
A |
withNewDescription(StringBuffer arg1) |
A |
withNewDescription(StringBuilder arg1) |
A |
withNewUrl(String arg1) |
A |
withNewUrl(StringBuffer arg1) |
A |
withNewUrl(StringBuilder arg1) |
A |
withUrl(String url) |
public V1ExternalDocumentationFluentImpl()
public V1ExternalDocumentationFluentImpl(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 A withNewDescription(String arg1)
withNewDescription
in interface V1ExternalDocumentationFluent<A extends V1ExternalDocumentationFluent<A>>
public A withNewDescription(StringBuilder arg1)
withNewDescription
in interface V1ExternalDocumentationFluent<A extends V1ExternalDocumentationFluent<A>>
public A withNewDescription(StringBuffer arg1)
withNewDescription
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 A withNewUrl(String arg1)
withNewUrl
in interface V1ExternalDocumentationFluent<A extends V1ExternalDocumentationFluent<A>>
public A withNewUrl(StringBuilder arg1)
withNewUrl
in interface V1ExternalDocumentationFluent<A extends V1ExternalDocumentationFluent<A>>
public A withNewUrl(StringBuffer arg1)
withNewUrl
in interface V1ExternalDocumentationFluent<A extends V1ExternalDocumentationFluent<A>>
Copyright © 2021. All rights reserved.