Class V1ExternalDocumentation
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ExternalDocumentation
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1ExternalDocumentation
extends Object
ExternalDocumentation allows referencing an external resource for extended documentation.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) Set description in a chainable fashion.boolean
getUrl()
int
hashCode()
void
setDescription
(String description) Set the description property valuevoid
Set the url property valuetoString()
Set url in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
-
Constructor Details
-
V1ExternalDocumentation
public V1ExternalDocumentation()
-
-
Method Details
-
getDescription
- Returns:
- the description property value
-
setDescription
Set the description property value -
description
Set description in a chainable fashion.- Returns:
- The same instance of V1ExternalDocumentation for chaining.
-
getUrl
- Returns:
- the url property value
-
setUrl
Set the url property value -
url
Set url in a chainable fashion.- Returns:
- The same instance of V1ExternalDocumentation for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-