Package org.openapitools.client.model
Class VersionDto
- java.lang.Object
-
- org.openapitools.client.model.VersionDto
-
public class VersionDto extends Object
VersionDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_VERSION
-
Constructor Summary
Constructors Constructor Description VersionDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetVersion()The version of the Rest API.inthashCode()voidsetVersion(String version)StringtoString()VersionDtoversion(String version)
-
-
-
Field Detail
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
version
public VersionDto version(String version)
-
getVersion
public String getVersion()
The version of the Rest API.- Returns:
- version
-
setVersion
public void setVersion(String version)
-
-