Class ProjectVersionComparisonView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.generated.component.ProjectVersionComparisonView
-
public class ProjectVersionComparisonView extends BlackDuckComponent
-
-
Constructor Summary
Constructors Constructor Description ProjectVersionComparisonView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ProjectVersionComparisonItemsView>getItems()java.math.BigDecimalgetTotalAddedComponents()java.math.BigDecimalgetTotalAddedComponentVersions()java.math.BigDecimalgetTotalChangedComponents()java.math.BigDecimalgetTotalChangedComponentVersions()java.math.BigDecimalgetTotalCount()java.math.BigDecimalgetTotalRemovedComponents()java.math.BigDecimalgetTotalRemovedComponentVersions()java.math.BigDecimalgetTotalUnchangedComponents()java.math.BigDecimalgetTotalUnchangedComponentVersions()voidsetItems(java.util.List<ProjectVersionComparisonItemsView> items)voidsetTotalAddedComponents(java.math.BigDecimal totalAddedComponents)voidsetTotalAddedComponentVersions(java.math.BigDecimal totalAddedComponentVersions)voidsetTotalChangedComponents(java.math.BigDecimal totalChangedComponents)voidsetTotalChangedComponentVersions(java.math.BigDecimal totalChangedComponentVersions)voidsetTotalCount(java.math.BigDecimal totalCount)voidsetTotalRemovedComponents(java.math.BigDecimal totalRemovedComponents)voidsetTotalRemovedComponentVersions(java.math.BigDecimal totalRemovedComponentVersions)voidsetTotalUnchangedComponents(java.math.BigDecimal totalUnchangedComponents)voidsetTotalUnchangedComponentVersions(java.math.BigDecimal totalUnchangedComponentVersions)
-
-
-
Method Detail
-
getItems
public java.util.List<ProjectVersionComparisonItemsView> getItems()
-
setItems
public void setItems(java.util.List<ProjectVersionComparisonItemsView> items)
-
getTotalAddedComponentVersions
public java.math.BigDecimal getTotalAddedComponentVersions()
-
setTotalAddedComponentVersions
public void setTotalAddedComponentVersions(java.math.BigDecimal totalAddedComponentVersions)
-
getTotalAddedComponents
public java.math.BigDecimal getTotalAddedComponents()
-
setTotalAddedComponents
public void setTotalAddedComponents(java.math.BigDecimal totalAddedComponents)
-
getTotalChangedComponentVersions
public java.math.BigDecimal getTotalChangedComponentVersions()
-
setTotalChangedComponentVersions
public void setTotalChangedComponentVersions(java.math.BigDecimal totalChangedComponentVersions)
-
getTotalChangedComponents
public java.math.BigDecimal getTotalChangedComponents()
-
setTotalChangedComponents
public void setTotalChangedComponents(java.math.BigDecimal totalChangedComponents)
-
getTotalCount
public java.math.BigDecimal getTotalCount()
-
setTotalCount
public void setTotalCount(java.math.BigDecimal totalCount)
-
getTotalRemovedComponentVersions
public java.math.BigDecimal getTotalRemovedComponentVersions()
-
setTotalRemovedComponentVersions
public void setTotalRemovedComponentVersions(java.math.BigDecimal totalRemovedComponentVersions)
-
getTotalRemovedComponents
public java.math.BigDecimal getTotalRemovedComponents()
-
setTotalRemovedComponents
public void setTotalRemovedComponents(java.math.BigDecimal totalRemovedComponents)
-
getTotalUnchangedComponentVersions
public java.math.BigDecimal getTotalUnchangedComponentVersions()
-
setTotalUnchangedComponentVersions
public void setTotalUnchangedComponentVersions(java.math.BigDecimal totalUnchangedComponentVersions)
-
getTotalUnchangedComponents
public java.math.BigDecimal getTotalUnchangedComponents()
-
setTotalUnchangedComponents
public void setTotalUnchangedComponents(java.math.BigDecimal totalUnchangedComponents)
-
-