Class TelemetryLicenseKeyDto

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

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

  • Constructor Details

    • TelemetryLicenseKeyDto

      public TelemetryLicenseKeyDto()
  • Method Details

    • customer

      public TelemetryLicenseKeyDto customer(String customer)
    • getCustomer

      @Nullable public String getCustomer()
      The name of the customer the license was issued for.
      Returns:
      customer
    • getCustomer_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getCustomer_JsonNullable()
    • setCustomer_JsonNullable

      public void setCustomer_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customer)
    • setCustomer

      public void setCustomer(String customer)
    • type

      public TelemetryLicenseKeyDto type(String type)
    • getType

      @Nullable public String getType()
      The license type.
      Returns:
      type
    • getType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getType_JsonNullable()
    • setType_JsonNullable

      public void setType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type)
    • setType

      public void setType(String type)
    • validUntil

      public TelemetryLicenseKeyDto validUntil(LocalDate validUntil)
    • getValidUntil

      @Nullable public LocalDate getValidUntil()
      The expiration date of the license.
      Returns:
      validUntil
    • getValidUntil_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<LocalDate> getValidUntil_JsonNullable()
    • setValidUntil_JsonNullable

      public void setValidUntil_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<LocalDate> validUntil)
    • setValidUntil

      public void setValidUntil(LocalDate validUntil)
    • unlimited

      public TelemetryLicenseKeyDto unlimited(Boolean unlimited)
    • getUnlimited

      @Nullable public Boolean getUnlimited()
      Flag that indicates if the license is unlimited.
      Returns:
      unlimited
    • getUnlimited_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getUnlimited_JsonNullable()
    • setUnlimited_JsonNullable

      public void setUnlimited_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> unlimited)
    • setUnlimited

      public void setUnlimited(Boolean unlimited)
    • features

      public TelemetryLicenseKeyDto features(Map<String,String> features)
    • putFeaturesItem

      public TelemetryLicenseKeyDto putFeaturesItem(String key, String featuresItem)
    • getFeatures

      @Nullable public Map<String,String> getFeatures()
      A map of features included in the license.
      Returns:
      features
    • setFeatures

      public void setFeatures(Map<String,String> features)
    • raw

      public TelemetryLicenseKeyDto raw(String raw)
    • getRaw

      @Nullable public String getRaw()
      The raw license information.
      Returns:
      raw
    • getRaw_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getRaw_JsonNullable()
    • setRaw_JsonNullable

      public void setRaw_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> raw)
    • setRaw

      public void setRaw(String raw)
    • 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