public class Version extends Identified
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Version,Version> |
COPY |
static com.google.common.base.Function<Version,Set<Broadcast>> |
TO_BROADCASTS |
static com.google.common.base.Function<Version,Set<Encoding>> |
TO_ENCODINGS |
static com.google.common.base.Function<Version,List<SegmentEvent>> |
TO_SEGMENT_EVENTS |
DESCENDING_LAST_UPDATED, TO_ID, TO_URI| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBroadcast(Broadcast broadcast) |
void |
addManifestedAs(Encoding encoding) |
void |
addSegmentEvents(Iterable<SegmentEvent> segmentEvents) |
Version |
copy() |
Version |
copyWithBroadcasts(Set<Broadcast> broadcasts) |
Set<Broadcast> |
getBroadcasts() |
Integer |
getDuration() |
Set<Encoding> |
getManifestedAs() |
org.atlasapi.media.entity.Publisher |
getProvider() |
Integer |
getPublishedDuration() |
Restriction |
getRestriction() |
List<SegmentEvent> |
getSegmentEvents() |
Boolean |
is3d() |
void |
set3d(Boolean is3d) |
void |
setBroadcasts(Set<Broadcast> broadcasts) |
void |
setDuration(org.joda.time.Duration duration) |
void |
setManifestedAs(Set<Encoding> manifestedAs) |
void |
setProvider(org.atlasapi.media.entity.Publisher provider) |
void |
setPublishedDuration(Integer publishedDuration) |
void |
setRestriction(Restriction restriction) |
void |
setSegmentEvents(Iterable<SegmentEvent> segmentEvents) |
addAlias, addAliases, addAliasUrl, addAliasUrls, addEquivalentTo, copyTo, copyWithEquivalentTo, equals, getAliases, getAliasUrls, getAllUris, getCanonicalUri, getCurie, getEquivalenceUpdate, getEquivalentTo, getId, getLastUpdated, hashCode, isEquivalentTo, setAliases, setAliasUrls, setCanonicalUri, setCurie, setEquivalenceUpdate, setEquivalentTo, setId, setId, setLastUpdated, sort, toStringpublic static final com.google.common.base.Function<Version,Set<Broadcast>> TO_BROADCASTS
public static final com.google.common.base.Function<Version,Set<Encoding>> TO_ENCODINGS
public static final com.google.common.base.Function<Version,List<SegmentEvent>> TO_SEGMENT_EVENTS
public void setProvider(org.atlasapi.media.entity.Publisher provider)
public org.atlasapi.media.entity.Publisher getProvider()
public void addManifestedAs(Encoding encoding)
public void addBroadcast(Broadcast broadcast)
public Integer getPublishedDuration()
public void setPublishedDuration(Integer publishedDuration)
public Integer getDuration()
public void setDuration(org.joda.time.Duration duration)
public void setRestriction(Restriction restriction)
public Restriction getRestriction()
public Boolean is3d()
public void set3d(Boolean is3d)
public Version copy()
public List<SegmentEvent> getSegmentEvents()
public void setSegmentEvents(Iterable<SegmentEvent> segmentEvents)
public void addSegmentEvents(Iterable<SegmentEvent> segmentEvents)
Copyright © 2014. All rights reserved.