public final class Schedule extends Object
| Constructor and Description |
|---|
Schedule(List<ChannelSchedule> channelSchedules,
org.joda.time.Interval interval) |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelSchedule> |
channelSchedules() |
boolean |
equals(Object that) |
static Schedule |
fromChannelMap(Map<org.atlasapi.media.channel.Channel,List<ItemAndBroadcast>> channelMap,
org.joda.time.Interval interval) |
int |
hashCode() |
org.joda.time.Interval |
interval() |
String |
toString() |
public Schedule(List<ChannelSchedule> channelSchedules, org.joda.time.Interval interval)
public static Schedule fromChannelMap(Map<org.atlasapi.media.channel.Channel,List<ItemAndBroadcast>> channelMap, org.joda.time.Interval interval)
public org.joda.time.Interval interval()
public List<ChannelSchedule> channelSchedules()
Copyright © 2014. All rights reserved.