Class LicenseLimitNotificationView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.core.BlackDuckResponse
-
- com.synopsys.integration.blackduck.api.core.BlackDuckView
-
- com.synopsys.integration.blackduck.api.manual.view.NotificationView
-
- com.synopsys.integration.blackduck.api.manual.view.LicenseLimitNotificationView
-
- All Implemented Interfaces:
NotificationContentData<LicenseLimitNotificationContent>,NotificationViewData
public class LicenseLimitNotificationView extends NotificationView implements NotificationContentData<LicenseLimitNotificationContent>
-
-
Constructor Summary
Constructors Constructor Description LicenseLimitNotificationView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LicenseLimitNotificationContentgetContent()voidsetContent(LicenseLimitNotificationContent content)-
Methods inherited from class com.synopsys.integration.blackduck.api.manual.view.NotificationView
getContentType, getCreatedAt, getSubclass, getType, hasSubclasses, setContentType, setCreatedAt, setType
-
Methods inherited from class com.synopsys.integration.blackduck.api.core.BlackDuckView
getAllowedMethods, getAvailableLinks, getFirstLink, getFirstLinkSafely, getHref, getLinks, getMediaType, getMeta, getResourceLinks, getResourceMetadata, hasLink, setMeta
-
Methods inherited from class com.synopsys.integration.blackduck.api.core.BlackDuckResponse
getGson, getJson, getJsonElement, getPatch, setGson, setJson, setJsonElement, setPatch
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.synopsys.integration.blackduck.api.manual.contract.NotificationViewData
getContentType, getCreatedAt, getType, setContentType, setCreatedAt, setType
-
-
-
-
Method Detail
-
getContent
public LicenseLimitNotificationContent getContent()
- Specified by:
getContentin interfaceNotificationContentData<LicenseLimitNotificationContent>
-
setContent
public void setContent(LicenseLimitNotificationContent content)
- Specified by:
setContentin interfaceNotificationContentData<LicenseLimitNotificationContent>
-
-