Package com.seeq.model
Class LicenseStatusOutputV1
java.lang.Object
com.seeq.model.LicenseStatusOutputV1
LicenseStatusOutputV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The validity of the license -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAdditionalFeaturesItem
(LicensedFeatureStatusOutputV1 additionalFeaturesItem) additionalFeatures
(List<LicensedFeatureStatusOutputV1> additionalFeatures) companyName
(String companyName) contractNumber
(String contractNumber) daysToExpiration
(Integer daysToExpiration) boolean
Additionally licensed featuresThe company/organization name associated with this licenseThe Seeq Contract Number associated with this license.The number of days left before the current license will expireThe server hostname that is licensedgetLevel()
The level of the license installed on this server.The number of Seeq usersThe number of users at which to restrict creating new user accountsThe number of users at which to warn about running out of available user accountsThe validity of the licenseThe final day this license will be valid forint
hashCode()
void
setAdditionalFeatures
(List<LicensedFeatureStatusOutputV1> additionalFeatures) void
setCompanyName
(String companyName) void
setContractNumber
(String contractNumber) void
setDaysToExpiration
(Integer daysToExpiration) void
setHostname
(String hostname) void
void
setUserCount
(Long userCount) void
setUserLimitRestrict
(Long userLimitRestrict) void
setUserLimitWarn
(Long userLimitWarn) void
void
setValidThrough
(String validThrough) toString()
userLimitRestrict
(Long userLimitRestrict) userLimitWarn
(Long userLimitWarn) validity
(LicenseStatusOutputV1.ValidityEnum validity) validThrough
(String validThrough)
-
Constructor Details
-
LicenseStatusOutputV1
public LicenseStatusOutputV1()
-
-
Method Details
-
additionalFeatures
public LicenseStatusOutputV1 additionalFeatures(List<LicensedFeatureStatusOutputV1> additionalFeatures) -
addAdditionalFeaturesItem
public LicenseStatusOutputV1 addAdditionalFeaturesItem(LicensedFeatureStatusOutputV1 additionalFeaturesItem) -
getAdditionalFeatures
Additionally licensed features- Returns:
- additionalFeatures
-
setAdditionalFeatures
-
companyName
-
getCompanyName
The company/organization name associated with this license- Returns:
- companyName
-
setCompanyName
-
contractNumber
-
getContractNumber
The Seeq Contract Number associated with this license.- Returns:
- contractNumber
-
setContractNumber
-
daysToExpiration
-
getDaysToExpiration
The number of days left before the current license will expire- Returns:
- daysToExpiration
-
setDaysToExpiration
-
hostname
-
getHostname
The server hostname that is licensed- Returns:
- hostname
-
setHostname
-
level
-
getLevel
The level of the license installed on this server. Possibilities: 'Trial', 'Standard'- Returns:
- level
-
setLevel
-
userCount
-
getUserCount
The number of Seeq users- Returns:
- userCount
-
setUserCount
-
userLimitRestrict
-
getUserLimitRestrict
The number of users at which to restrict creating new user accounts- Returns:
- userLimitRestrict
-
setUserLimitRestrict
-
userLimitWarn
-
getUserLimitWarn
The number of users at which to warn about running out of available user accounts- Returns:
- userLimitWarn
-
setUserLimitWarn
-
validThrough
-
getValidThrough
The final day this license will be valid for- Returns:
- validThrough
-
setValidThrough
-
validity
-
getValidity
The validity of the license- Returns:
- validity
-
setValidity
-
equals
-
hashCode
public int hashCode() -
toString
-