Class LicenseTierInfoEntity
java.lang.Object
com.atlassian.plugins.license.entity.LicenseTierInfoEntity
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLicenseTierInfoEntity(String applicationKey, long maximumNumberOfUsers, Long licenseExpiryDate, String applicationDisplayName) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder(LicenseTierInfoEntity data) booleanlonginthashCode()voidsetApplicationDisplayName(String applicationDisplayName) voidsetApplicationKey(String applicationKey) voidsetLicenseExpiryDate(Long licenseExpiryDate) voidsetMaximumNumberOfUsers(long maximumNumberOfUsers) toString()
-
Constructor Details
-
LicenseTierInfoEntity
-
-
Method Details
-
getApplicationKey
-
setApplicationKey
-
getMaximumNumberOfUsers
public long getMaximumNumberOfUsers() -
setMaximumNumberOfUsers
public void setMaximumNumberOfUsers(long maximumNumberOfUsers) -
getLicenseExpiryDate
-
setLicenseExpiryDate
-
getApplicationDisplayName
-
setApplicationDisplayName
-
builder
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-