Class RegistrationFeaturesView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.generated.component.RegistrationFeaturesView
-
public class RegistrationFeaturesView extends BlackDuckComponent
-
-
Constructor Summary
Constructors Constructor Description RegistrationFeaturesView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistrationFeaturesFeatureTypegetFeature()java.math.BigDecimalgetLimitValue()java.math.BigDecimalgetWarningValue()voidsetFeature(RegistrationFeaturesFeatureType feature)voidsetLimitValue(java.math.BigDecimal limitValue)voidsetWarningValue(java.math.BigDecimal warningValue)
-
-
-
Method Detail
-
getFeature
public RegistrationFeaturesFeatureType getFeature()
-
setFeature
public void setFeature(RegistrationFeaturesFeatureType feature)
-
getLimitValue
public java.math.BigDecimal getLimitValue()
-
setLimitValue
public void setLimitValue(java.math.BigDecimal limitValue)
-
getWarningValue
public java.math.BigDecimal getWarningValue()
-
setWarningValue
public void setWarningValue(java.math.BigDecimal warningValue)
-
-