Class ApplicationAttributeModel
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.ApplicationAttributeModel
-
public class ApplicationAttributeModel extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationAttributeModel(Integer id, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
String
getValue()
void
setId(Integer id)
void
setValue(String value)
-