@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2018-12-07T19:30:21.793Z")
public class Description
extends java.lang.Object
| Constructor and Description |
|---|
Description() |
| Modifier and Type | Method and Description |
|---|---|
Description |
content(java.lang.String content) |
boolean |
equals(java.lang.Object o) |
Description |
format(DescriptionFormat format) |
java.lang.String |
getContent()
Get content
|
DescriptionFormat |
getFormat()
Get format
|
int |
hashCode() |
void |
setContent(java.lang.String content) |
void |
setFormat(DescriptionFormat format) |
java.lang.String |
toString() |
public Description format(DescriptionFormat format)
public DescriptionFormat getFormat()
public void setFormat(DescriptionFormat format)
public Description content(java.lang.String content)
public java.lang.String getContent()
public void setContent(java.lang.String content)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object