Class RiskProfileView
- 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.generated.view.RiskProfileView
-
public class RiskProfileView extends BlackDuckView
-
-
Constructor Summary
Constructors Constructor Description RiskProfileView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<RiskProfileCountsView>getCounts()voidsetCounts(java.util.List<RiskProfileCountsView> counts)-
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, getSubclass, hasSubclasses, setGson, setJson, setJsonElement, setPatch
-
-
-
-
Method Detail
-
getCounts
public java.util.List<RiskProfileCountsView> getCounts()
-
setCounts
public void setCounts(java.util.List<RiskProfileCountsView> counts)
-
-