Class LegacyFilterValueView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.manual.temporary.component.LegacyFilterValueView
-
public class LegacyFilterValueView extends BlackDuckComponent
-
-
Constructor Summary
Constructors Constructor Description LegacyFilterValueView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()java.lang.StringgetLabel()java.util.List<LegacyFilterValueView>getValues()voidsetKey(java.lang.String key)voidsetLabel(java.lang.String label)voidsetValues(java.util.List<LegacyFilterValueView> values)
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
setKey
public void setKey(java.lang.String key)
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
getValues
public java.util.List<LegacyFilterValueView> getValues()
-
setValues
public void setValues(java.util.List<LegacyFilterValueView> values)
-
-