Class ProjectVersionComparisonItemsComponentView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.generated.component.ProjectVersionComparisonItemsComponentView
-
public class ProjectVersionComparisonItemsComponentView extends BlackDuckComponent
-
-
Constructor Summary
Constructors Constructor Description ProjectVersionComparisonItemsComponentView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ComparisonMatchType>getMatchTypes()voidsetMatchTypes(java.util.List<ComparisonMatchType> matchTypes)
-
-
-
Method Detail
-
getMatchTypes
public java.util.List<ComparisonMatchType> getMatchTypes()
-
setMatchTypes
public void setMatchTypes(java.util.List<ComparisonMatchType> matchTypes)
-
-