Class ScheduleInfoResource

java.lang.Object
org.springframework.hateoas.RepresentationModel<ScheduleInfoResource>
org.springframework.cloud.dataflow.rest.resource.ScheduleInfoResource

public class ScheduleInfoResource extends org.springframework.hateoas.RepresentationModel<ScheduleInfoResource>
A HATEOAS representation of a ScheduleInfo.
Author:
Glenn Renfro
  • Constructor Details

    • ScheduleInfoResource

      protected ScheduleInfoResource()
      Default constructor to be used by Jackson.
    • ScheduleInfoResource

      public ScheduleInfoResource(String scheduleName, String taskDefinitionName, Map<String,String> scheduleProperties)
  • Method Details

    • getScheduleName

      public String getScheduleName()
    • setScheduleName

      public void setScheduleName(String scheduleName)
    • getTaskDefinitionName

      public String getTaskDefinitionName()
    • setTaskDefinitionName

      public void setTaskDefinitionName(String taskDefinitionName)
    • getScheduleProperties

      public Map<String,String> getScheduleProperties()
    • setScheduleProperties

      public void setScheduleProperties(Map<String,String> scheduleProperties)