public class ScheduleInfoResource extends org.springframework.hateoas.RepresentationModel<ScheduleInfoResource>
ScheduleInfo.| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduleInfoResource.Page |
| Modifier | Constructor and Description |
|---|---|
protected |
ScheduleInfoResource()
Default constructor to be used by Jackson.
|
|
ScheduleInfoResource(String scheduleName,
String taskDefinitionName,
Map<String,String> scheduleProperties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getScheduleName() |
Map<String,String> |
getScheduleProperties() |
String |
getTaskDefinitionName() |
void |
setScheduleName(String scheduleName) |
void |
setScheduleProperties(Map<String,String> scheduleProperties) |
void |
setTaskDefinitionName(String taskDefinitionName) |
protected ScheduleInfoResource()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.