Class V1ExternalDocumentation
java.lang.Object
io.kubernetes.client.openapi.models.V1ExternalDocumentation
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V1ExternalDocumentation
extends Object
ExternalDocumentation allows referencing an external resource for extended documentation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Get descriptiongetUrl()
Get urlint
hashCode()
void
setDescription
(String description) void
toString()
-
Field Details
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_URL
- See Also:
-
-
Constructor Details
-
V1ExternalDocumentation
public V1ExternalDocumentation()
-
-
Method Details