Class ScanOption
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.response.ScanOption
-
public class ScanOption extends Object
-
-
Constructor Summary
Constructors Constructor Description ScanOption(Integer id, String name, String lastSelectedOption, List<LookupItemsModel> options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
String
getLastSelectedOption()
String
getName()
List<LookupItemsModel>
getOptions()
-
-
-
Constructor Detail
-
ScanOption
public ScanOption(Integer id, String name, String lastSelectedOption, List<LookupItemsModel> options)
-
-
Method Detail
-
getId
public Integer getId()
-
getName
public String getName()
-
getLastSelectedOption
public String getLastSelectedOption()
-
getOptions
public List<LookupItemsModel> getOptions()
-
-