Interface IJobScheduleParam
-
public interface IJobScheduleParam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()List<String>getStringValue()StringgetType()SerializablegetValue()voidsetName(String name)voidsetStringValue(List<String> value)voidsetType(String type)
-