public interface VerizonMediaAssetInfoResponse
Modifier and Type | Method and Description |
---|---|
String |
getAsset()
The identifier of the asset.
|
List<Boundary> |
getBoundaryDetails()
List of objects which contain information for the boundaries for the asset.
|
String |
getDefaultPosterUrl()
The default poster URL created for the asset.
|
String |
getDesc()
The description of the asset.
|
double |
getDuration()
The duration of the asset.
|
String |
getExternalId()
The identifier of the external source.
|
int |
getMaxSlice()
Returns the number of slices available for the asset.
|
Map<String,Object> |
getMeta()
The metadata attached to the asset.
|
VerizonMediaAssetMovieRating |
getMovieRating()
The movie rating of the asset.
|
String |
getOwner()
The identifier of the owner.
|
String |
getPosterUrl()
The poster URL of the asset.
|
List<Integer> |
getRates()
The available bitrates of the asset.
|
int |
getRatingFlags()
The ratings for the asset, as bitwise flags.
|
double |
getSliceDur()
The average slice duration.
|
String |
getThumbPrefix()
The prefix URL to the thumbnails.
|
List<ThumbnailResolution> |
getThumbs()
List of thumbnail resolutions of the asset.
|
VerizonMediaAssetTvRating |
getTvRating()
The tv-rating of the asset.
|
int |
hasError()
Returns whether an error occurred.
|
int |
isAd()
Returns whether the asset is an ad.
|
int |
isAudioOnly()
Returns whether the asset is audio only.
|
int isAudioOnly()
- False if zero, true otherwise.
List<Boundary> getBoundaryDetails()
int hasError()
- None if zero, has one otherwise.
VerizonMediaAssetTvRating getTvRating()
VerizonMediaAssetTvRating
. (NonNull)
For all possibilities, see: VerizonMediaAssetTvRating
.
int getMaxSlice()
String getThumbPrefix()
double getSliceDur()
VerizonMediaAssetMovieRating getMovieRating()
VerizonMediaAssetMovieRating
.
For all possibilities, see: VerizonMediaAssetMovieRating
.
String getOwner()
- "fb3a4cb996THEOOWNERa101477ffad8fb"
Map<String,Object> getMeta()
- Metadata may be added via the CMS.
List<Integer> getRates()
List<ThumbnailResolution> getThumbs()
String getPosterUrl()
double getDuration()
String getDefaultPosterUrl()
String getDesc()
int getRatingFlags()
These available flags are the following: - D: Drug-related themes are present - V: Violence is present - S: Sexual situations are present - L: Adult Language is present This number is a bitwise number to indicate if one or more of these values are present. - [D][V][S][L] - 0: No rating flag. - [D][V][S][L] - 1: Language flag. - [D][V][S][L] - 2: Sex flag. - [D][V][S][L] - 4: Violence flag. - [D][V][S][L] - 8: Drugs flag. - [D][V][S][L] - 15: All flags are on.
String getExternalId()
int isAd()
- False if zero, true otherwise.
String getAsset()
- "5a3THEO272d44THEOc810d5849aeTHEO"