Package org.openapitools.client.model
Class TelemetryLicenseKeyDto
- java.lang.Object
-
- org.openapitools.client.model.TelemetryLicenseKeyDto
-
public class TelemetryLicenseKeyDto extends Object
TelemetryLicenseKeyDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CUSTOMERstatic StringSERIALIZED_NAME_FEATURESstatic StringSERIALIZED_NAME_RAWstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_UNLIMITEDstatic StringSERIALIZED_NAME_VALID_UNTIL
-
Constructor Summary
Constructors Constructor Description TelemetryLicenseKeyDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TelemetryLicenseKeyDtocustomer(String customer)booleanequals(Object o)TelemetryLicenseKeyDtofeatures(Map<String,String> features)StringgetCustomer()The name of the customer the license was issued for.Map<String,String>getFeatures()A map of features included in the license.StringgetRaw()The raw license information.StringgetType()The license type.BooleangetUnlimited()Flag that indicates if the license is unlimited.DategetValidUntil()The expiration date of the license.inthashCode()TelemetryLicenseKeyDtoputFeaturesItem(String key, String featuresItem)TelemetryLicenseKeyDtoraw(String raw)voidsetCustomer(String customer)voidsetFeatures(Map<String,String> features)voidsetRaw(String raw)voidsetType(String type)voidsetUnlimited(Boolean unlimited)voidsetValidUntil(Date validUntil)StringtoString()TelemetryLicenseKeyDtotype(String type)TelemetryLicenseKeyDtounlimited(Boolean unlimited)TelemetryLicenseKeyDtovalidUntil(Date validUntil)
-
-
-
Field Detail
-
SERIALIZED_NAME_CUSTOMER
public static final String SERIALIZED_NAME_CUSTOMER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VALID_UNTIL
public static final String SERIALIZED_NAME_VALID_UNTIL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UNLIMITED
public static final String SERIALIZED_NAME_UNLIMITED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FEATURES
public static final String SERIALIZED_NAME_FEATURES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RAW
public static final String SERIALIZED_NAME_RAW
- See Also:
- Constant Field Values
-
-
Method Detail
-
customer
public TelemetryLicenseKeyDto customer(String customer)
-
getCustomer
public String getCustomer()
The name of the customer the license was issued for.- Returns:
- customer
-
setCustomer
public void setCustomer(String customer)
-
type
public TelemetryLicenseKeyDto type(String type)
-
getType
public String getType()
The license type.- Returns:
- type
-
setType
public void setType(String type)
-
validUntil
public TelemetryLicenseKeyDto validUntil(Date validUntil)
-
getValidUntil
public Date getValidUntil()
The expiration date of the license.- Returns:
- validUntil
-
setValidUntil
public void setValidUntil(Date validUntil)
-
unlimited
public TelemetryLicenseKeyDto unlimited(Boolean unlimited)
-
getUnlimited
public Boolean getUnlimited()
Flag that indicates if the license is unlimited.- Returns:
- unlimited
-
setUnlimited
public void setUnlimited(Boolean unlimited)
-
features
public TelemetryLicenseKeyDto features(Map<String,String> features)
-
putFeaturesItem
public TelemetryLicenseKeyDto putFeaturesItem(String key, String featuresItem)
-
getFeatures
public Map<String,String> getFeatures()
A map of features included in the license.- Returns:
- features
-
raw
public TelemetryLicenseKeyDto raw(String raw)
-
getRaw
public String getRaw()
The raw license information.- Returns:
- raw
-
setRaw
public void setRaw(String raw)
-
-