Package org.openapitools.client.model
Class AnnotationDto
- java.lang.Object
-
- org.openapitools.client.model.AnnotationDto
-
public class AnnotationDto extends Object
AnnotationDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ANNOTATION
-
Constructor Summary
Constructors Constructor Description AnnotationDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationDtoannotation(String annotation)booleanequals(Object o)StringgetAnnotation()The annotation value to put.inthashCode()voidsetAnnotation(String annotation)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ANNOTATION
public static final String SERIALIZED_NAME_ANNOTATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
annotation
public AnnotationDto annotation(String annotation)
-
getAnnotation
public String getAnnotation()
The annotation value to put.- Returns:
- annotation
-
setAnnotation
public void setAnnotation(String annotation)
-
-