@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-20T22:55:54.394Z[Etc/UTC]") public class V1ExternalDocumentation extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_URL |
Constructor and Description |
---|
V1ExternalDocumentation() |
Modifier and Type | Method and Description |
---|---|
V1ExternalDocumentation |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getUrl()
Get url
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setUrl(String url) |
String |
toString() |
V1ExternalDocumentation |
url(String url) |
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_URL
public V1ExternalDocumentation description(String description)
public void setDescription(String description)
public V1ExternalDocumentation url(String url)
public void setUrl(String url)
Copyright © 2022. All rights reserved.