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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe name of the customer the license was issued for.org.openapitools.jackson.nullable.JsonNullable<String>A map of features included in the license.getRaw()The raw license information.org.openapitools.jackson.nullable.JsonNullable<String>getType()The license type.org.openapitools.jackson.nullable.JsonNullable<String>Flag that indicates if the license is unlimited.org.openapitools.jackson.nullable.JsonNullable<Boolean>The expiration date of the license.org.openapitools.jackson.nullable.JsonNullable<LocalDate>inthashCode()putFeaturesItem(String key, String featuresItem) voidsetCustomer(String customer) voidsetCustomer_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customer) voidsetFeatures(Map<String, String> features) voidvoidsetRaw_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> raw) voidvoidsetType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type) voidsetUnlimited(Boolean unlimited) voidsetUnlimited_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> unlimited) voidsetValidUntil(LocalDate validUntil) voidsetValidUntil_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<LocalDate> validUntil) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.validUntil(LocalDate validUntil)
-
Field Details
-
JSON_PROPERTY_CUSTOMER
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_VALID_UNTIL
- See Also:
-
JSON_PROPERTY_UNLIMITED
- See Also:
-
JSON_PROPERTY_FEATURES
- See Also:
-
JSON_PROPERTY_RAW
- See Also:
-
-
Constructor Details
-
TelemetryLicenseKeyDto
public TelemetryLicenseKeyDto()
-
-
Method Details
-
customer
-
getCustomer
The name of the customer the license was issued for.- Returns:
- customer
-
getCustomer_JsonNullable
-
setCustomer_JsonNullable
public void setCustomer_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customer) -
setCustomer
-
type
-
getType
The license type.- Returns:
- type
-
getType_JsonNullable
-
setType_JsonNullable
-
setType
-
validUntil
-
getValidUntil
The expiration date of the license.- Returns:
- validUntil
-
getValidUntil_JsonNullable
-
setValidUntil_JsonNullable
public void setValidUntil_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<LocalDate> validUntil) -
setValidUntil
-
unlimited
-
getUnlimited
Flag that indicates if the license is unlimited.- Returns:
- unlimited
-
getUnlimited_JsonNullable
-
setUnlimited_JsonNullable
public void setUnlimited_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> unlimited) -
setUnlimited
-
features
-
putFeaturesItem
-
getFeatures
A map of features included in the license.- Returns:
- features
-
setFeatures
-
raw
-
getRaw
The raw license information.- Returns:
- raw
-
getRaw_JsonNullable
-
setRaw_JsonNullable
-
setRaw
-
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
-