Class ProjectVersionMatchedFilesItemsMatchesView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.generated.component.ProjectVersionMatchedFilesItemsMatchesView
-
public class ProjectVersionMatchedFilesItemsMatchesView extends BlackDuckComponent
-
-
Constructor Summary
Constructors Constructor Description ProjectVersionMatchedFilesItemsMatchesView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponent()java.math.BigDecimalgetMatchConfidencePercentage()java.util.List<MatchType>getMatchType()java.lang.StringgetSnippet()voidsetComponent(java.lang.String component)voidsetMatchConfidencePercentage(java.math.BigDecimal matchConfidencePercentage)voidsetMatchType(java.util.List<MatchType> matchType)voidsetSnippet(java.lang.String snippet)
-
-
-
Method Detail
-
getComponent
public java.lang.String getComponent()
-
setComponent
public void setComponent(java.lang.String component)
-
getMatchConfidencePercentage
public java.math.BigDecimal getMatchConfidencePercentage()
-
setMatchConfidencePercentage
public void setMatchConfidencePercentage(java.math.BigDecimal matchConfidencePercentage)
-
getMatchType
public java.util.List<MatchType> getMatchType()
-
setMatchType
public void setMatchType(java.util.List<MatchType> matchType)
-
getSnippet
public java.lang.String getSnippet()
-
setSnippet
public void setSnippet(java.lang.String snippet)
-
-