Package org.openapitools.client.model
Class AbstractVendorVersionInformationDto
- java.lang.Object
-
- org.openapitools.client.model.AbstractVendorVersionInformationDto
-
public class AbstractVendorVersionInformationDto extends Object
AbstractVendorVersionInformationDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_VENDORstatic StringSERIALIZED_NAME_VERSION
-
Constructor Summary
Constructors Constructor Description AbstractVendorVersionInformationDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetVendor()Information about the vendor.StringgetVersion()Information about the version.inthashCode()voidsetVendor(String vendor)voidsetVersion(String version)StringtoString()AbstractVendorVersionInformationDtovendor(String vendor)AbstractVendorVersionInformationDtoversion(String version)
-
-
-
Field Detail
-
SERIALIZED_NAME_VENDOR
public static final String SERIALIZED_NAME_VENDOR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
vendor
public AbstractVendorVersionInformationDto vendor(String vendor)
-
getVendor
public String getVendor()
Information about the vendor.- Returns:
- vendor
-
setVendor
public void setVendor(String vendor)
-
version
public AbstractVendorVersionInformationDto version(String version)
-
getVersion
public String getVersion()
Information about the version.- Returns:
- version
-
setVersion
public void setVersion(String version)
-
-