Class LegacyFilterView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.core.BlackDuckResponse
-
- com.synopsys.integration.blackduck.api.manual.temporary.response.LegacyFilterView
-
public class LegacyFilterView extends BlackDuckResponse
-
-
Constructor Summary
Constructors Constructor Description LegacyFilterView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLabel()java.lang.StringgetName()java.util.List<LegacyFilterValueView>getValues()voidsetLabel(java.lang.String label)voidsetName(java.lang.String name)voidsetValues(java.util.List<LegacyFilterValueView> values)-
Methods inherited from class com.synopsys.integration.blackduck.api.core.BlackDuckResponse
getGson, getJson, getJsonElement, getPatch, getSubclass, hasSubclasses, setGson, setJson, setJsonElement, setPatch
-
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getValues
public java.util.List<LegacyFilterValueView> getValues()
-
setValues
public void setValues(java.util.List<LegacyFilterValueView> values)
-
-