Package com.seeq.model
Class LicensedFeatureStatusOutputV1
java.lang.Object
com.seeq.model.LicensedFeatureStatusOutputV1
Additionally licensed features
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Validity status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondaysToExpiration
(Integer daysToExpiration) boolean
The number of days left before the current licensed feature will expiregetName()
The licensed feature nameValidity statusThe final day this licensed feature will be valid forint
hashCode()
void
setDaysToExpiration
(Integer daysToExpiration) void
void
void
setValidThrough
(String validThrough) toString()
validThrough
(String validThrough)
-
Constructor Details
-
LicensedFeatureStatusOutputV1
public LicensedFeatureStatusOutputV1()
-
-
Method Details
-
daysToExpiration
-
getDaysToExpiration
The number of days left before the current licensed feature will expire- Returns:
- daysToExpiration
-
setDaysToExpiration
-
name
-
getName
The licensed feature name- Returns:
- name
-
setName
-
validThrough
-
getValidThrough
The final day this licensed feature will be valid for- Returns:
- validThrough
-
setValidThrough
-
validity
-
getValidity
Validity status- Returns:
- validity
-
setValidity
-
equals
-
hashCode
public int hashCode() -
toString
-