Class VersionDto

java.lang.Object
org.camunda.community.rest.client.dto.VersionDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class VersionDto extends Object
VersionDto
  • Field Details

  • Constructor Details

    • VersionDto

      public VersionDto()
  • Method Details

    • version

      public VersionDto version(String version)
    • getVersion

      @Nullable public String getVersion()
      The version of the Rest API.
      Returns:
      version
    • getVersion_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getVersion_JsonNullable()
    • setVersion_JsonNullable

      public void setVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> version)
    • setVersion

      public void setVersion(String version)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string