Class JobScheduleParam
- java.lang.Object
-
- org.pentaho.platform.web.http.api.resources.JobScheduleParam
-
- All Implemented Interfaces:
Serializable
public class JobScheduleParam extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobScheduleParam()JobScheduleParam(String name, Boolean value)JobScheduleParam(String name, Number value)JobScheduleParam(String name, String value)JobScheduleParam(String name, Date value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()ArrayList<String>getStringValue()StringgetType()SerializablegetValue()voidsetName(String name)voidsetStringValue(ArrayList<String> value)voidsetType(String type)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getValue
public Serializable getValue()
-
-