Class LicenseLimitNotificationContent
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.manual.component.NotificationContentComponent
-
- com.synopsys.integration.blackduck.api.manual.component.LicenseLimitNotificationContent
-
public class LicenseLimitNotificationContent extends NotificationContentComponent
-
-
Constructor Summary
Constructors Constructor Description LicenseLimitNotificationContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetHardLimit()LicenseLimitTypegetLicenseViolationType()java.lang.StringgetMarketingPageUrl()java.lang.StringgetMessage()java.lang.LonggetSoftLimit()java.lang.LonggetUsedCodeSize()voidsetHardLimit(java.lang.Long hardLimit)voidsetLicenseViolationType(LicenseLimitType licenseViolationType)voidsetMarketingPageUrl(java.lang.String marketingPageUrl)voidsetMessage(java.lang.String message)voidsetSoftLimit(java.lang.Long softLimit)voidsetUsedCodeSize(java.lang.Long usedCodeSize)
-
-
-
Method Detail
-
getLicenseViolationType
public LicenseLimitType getLicenseViolationType()
-
setLicenseViolationType
public void setLicenseViolationType(LicenseLimitType licenseViolationType)
-
getMessage
public java.lang.String getMessage()
-
setMessage
public void setMessage(java.lang.String message)
-
getMarketingPageUrl
public java.lang.String getMarketingPageUrl()
-
setMarketingPageUrl
public void setMarketingPageUrl(java.lang.String marketingPageUrl)
-
getUsedCodeSize
public java.lang.Long getUsedCodeSize()
-
setUsedCodeSize
public void setUsedCodeSize(java.lang.Long usedCodeSize)
-
getHardLimit
public java.lang.Long getHardLimit()
-
setHardLimit
public void setHardLimit(java.lang.Long hardLimit)
-
getSoftLimit
public java.lang.Long getSoftLimit()
-
setSoftLimit
public void setSoftLimit(java.lang.Long softLimit)
-
-