Class LicenseKeyDataDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.telemetry.LicenseKeyDataDto
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic LicenseKeyDataDtofromEngineDto(LicenseKeyData other) getRaw()getType()voidsetCustomer(String customer) voidsetFeatures(Map<String, String> features) voidvoidvoidsetUnlimited(Boolean isUnlimited) voidsetValidUntil(String validUntil) 
- 
Field Details- 
SERIALIZED_VALID_UNTIL- See Also:
 
- 
SERIALIZED_IS_UNLIMITED- See Also:
 
- 
customer
- 
type
- 
validUntil
- 
isUnlimited
- 
features
- 
raw
 
- 
- 
Constructor Details- 
LicenseKeyDataDto
 
- 
- 
Method Details- 
getCustomer
- 
setCustomer
- 
getType
- 
setType
- 
getValidUntil
- 
setValidUntil
- 
isUnlimited
- 
setUnlimited
- 
getFeatures
- 
setFeatures
- 
getRaw
- 
setRaw
- 
fromEngineDto
 
-