Class AbstractVendorVersionInformationDto
java.lang.Object
org.camunda.community.rest.client.dto.AbstractVendorVersionInformationDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class AbstractVendorVersionInformationDto
extends Object
AbstractVendorVersionInformationDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanInformation about the vendor.org.openapitools.jackson.nullable.JsonNullable<String>Information about the version.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidvoidsetVendor_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> vendor) voidsetVersion(String version) voidsetVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> version) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VENDOR
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
AbstractVendorVersionInformationDto
public AbstractVendorVersionInformationDto()
-
-
Method Details
-
vendor
-
getVendor
Information about the vendor.- Returns:
- vendor
-
getVendor_JsonNullable
-
setVendor_JsonNullable
-
setVendor
-
version
-
getVersion
Information about the version.- Returns:
- version
-
getVersion_JsonNullable
-
setVersion_JsonNullable
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-