Class PolicyViolationLicenseView
- 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.PolicyViolationLicenseView
-
public class PolicyViolationLicenseView extends BlackDuckView
-
-
Constructor Summary
Constructors Constructor Description PolicyViolationLicenseView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<PolicyViolationComponentView>getComponents()java.lang.StringgetErrorMessage()java.lang.StringgetLicenseName()java.util.Set<java.lang.String>getViolatingPolicyNames()java.lang.StringgetWarningMessage()-
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
-
getLicenseName
public java.lang.String getLicenseName()
-
getViolatingPolicyNames
public java.util.Set<java.lang.String> getViolatingPolicyNames()
-
getComponents
public java.util.Set<PolicyViolationComponentView> getComponents()
-
getErrorMessage
public java.lang.String getErrorMessage()
-
getWarningMessage
public java.lang.String getWarningMessage()
-
-