@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-03T18:48:57.986-05:00") public class MatchingSlot extends Object
| Constructor and Description |
|---|
MatchingSlot() |
| Modifier and Type | Method and Description |
|---|---|
CourseSchedule |
getCourseSchedule()
If the product is of type fixedCourse, this includes the full schedule of the course.\n In this case startTime and endTime are the start and end times of the first event in the schedule.
|
Date |
getEndTime()
[read-only]
|
String |
getEventId()
Unique id that identifies the slot, it can be used to create bookings for this slot [read-only]
|
Money |
getPrice()
Note that this is the \"display\" price.
|
List<Resource> |
getResources()
Resources involved in this slot.
|
Date |
getStartTime()
[read-only]
|
void |
setCourseSchedule(CourseSchedule courseSchedule) |
void |
setEndTime(Date endTime) |
void |
setEventId(String eventId) |
void |
setPrice(Money price) |
void |
setResources(List<Resource> resources) |
void |
setStartTime(Date startTime) |
String |
toString() |
public Date getStartTime()
public void setStartTime(Date startTime)
public Date getEndTime()
public void setEndTime(Date endTime)
public Money getPrice()
public void setPrice(Money price)
public CourseSchedule getCourseSchedule()
public void setCourseSchedule(CourseSchedule courseSchedule)
public String getEventId()
public void setEventId(String eventId)
public List<Resource> getResources()
Copyright © 2015. All rights reserved.